wvanbergen / kazoo-go

Go library to access Kafka metadata in Zookeeper
http://godoc.org/github.com/wvanbergen/kazoo-go
MIT License
100 stars 48 forks source link

can we create topic with one partition using this library for kafka 0.10.0.1 #29

Closed chandradeepak closed 6 years ago

chandradeepak commented 7 years ago

I am using kafka 0.10.0.1 . can i create topic. My default no of partitions is 5. can i customize and create 1 partition topic using this library. also note that the kafka version is latest and it doesnt use zoo keeper for storing the meta data. Does this still support kafka latest version.

chandradeepak commented 7 years ago

i tried creating it in kafka 0.10.0.1 by using the pull request submitted. it worked. Is there a time line for the pull request "Create and delete topics" to be merged to master.

F21 commented 6 years ago

Hey @chandradeepak PR #25 was merged, so let's close this issue.

chandradeepak commented 6 years ago

makes sense thanks for merging it .