pingles / clj-kafka

Wrapper to the Java API for interacting with Kafka
Eclipse Public License 1.0
211 stars 77 forks source link

Admin: implement add-partitions and topic-metadata #86

Closed csakoda closed 5 years ago

csakoda commented 8 years ago

Adding wrappers for the AdminUtils.addPartitions and AdminUtils.fetchTopicMetadataFromZk methods.

csakoda commented 5 years ago

Feel free to reopen