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

allow "zync to-kafka" to create topic #64

Closed nwt closed 2 years ago

nwt commented 2 years ago

Add -partitions (default: 0) and -replication (default: 1) flags to "zync to-kafka". If -partitions in nonzero, create the topic given by -topic with replication factor given by -replication.