FundingCircle/jackdaw

Add `.createPartitions` support

Opened this issue · 0 comments

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.