modify "zync from-kafka" for continuous operation #94
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The test in ztests/from-kafka.yaml doesn't run in CI (it requires Kafka and I don't want to do the work here to add Kafka to CI) but it does pass locally for me.
For #83. Closes #92.