Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify "zync from-kafka" for continuous operation #94

Merged
merged 1 commit into from
Jul 18, 2022
Merged

Commits on Jul 16, 2022

  1. modify "zync from-kafka" for continuous operation

    * Run indefinintely, unless the -exitafter flag is specified.
    
    * Sync multiple Kafka topics.  Topics and their target pools are read
      from the inputs section of ETL YAMl files specified on the command
      line.  (One topic/pool pair may also be specified via -topic and
      -pool.)
    
    * Limit the interval between receiving and committing a record with
      the -interval flag.
    
    * Limit the number of records per commit with the -thresh flag.
    nwt committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    53e2d53 View commit details
    Browse the repository at this point in the history