FundingCircle / jackdaw

A Clojure library for the Apache Kafka distributed streaming platform.
https://fundingcircle.github.io/jackdaw/
BSD 3-Clause "New" or "Revised" License
369 stars 80 forks source link

Add `.createPartitions` support #234

Open bn-darindouglass-zz opened 4 years ago

bn-darindouglass-zz commented 4 years ago

Kafka 1.0.0 introduced a way to increase the number of partitions for a topic via the AdminClient.

This seems a generally useful wrapper to have (even with the caveats behind increasing partition count).

If there's interest or a go-ahead I will create a PR from the work I've done on my local fork.