brimdata / zync

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

add -topicmaxbytes flag to "zync from-kafka" #98

Closed nwt closed 1 year ago

nwt commented 1 year ago

By default, "zync from-kafka" buffers up to 1 MB of data per Kafka topic. The -topicmaxbytes flag provides a way to limit that buffering.

For #95.