GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/3930
KAFKA-5856; AdminClient.createPartitions() follow-up (KIP-195) - Remove DelayedCreatePartitions to reduce code duplication - Avoid unnecessary ZK calls (call it once per request instead of once per topic, if possible) - Simplify code - A few minor clean-ups You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-5856-admin-client-creation-partitions Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3930.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3930 ---- ---- ---