brimdata / zync

Kafka connector to sync Zed lakes to and from Kafka topics
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

add -thresh and -timeout flags to "zync from-kafka" #78

Closed nwt closed 2 years ago

nwt commented 2 years ago

The -thresh flag specifies the number of records to sync before exiting. The -timeout flag specifies the duration to wait for more records from the Kafka topic before exiting.

Closes #18.