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

Conversation

nwt
Copy link
Member

@nwt nwt commented Jul 16, 2022

  • 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.

@nwt nwt requested a review from mccanne July 16, 2022 06:43
* 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 nwt merged commit 435a26d into main Jul 18, 2022
@nwt nwt deleted the from-kafka-continuous branch July 18, 2022 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "-exitafter" parameter in continuous "from-kafka" sync
2 participants