GitHub user cvaliente opened a pull request:
https://github.com/apache/kafka/pull/4347
KAFKA-6391 ensure topics are created with correct partitions BEFORE
building theâ¦
ensure topics are created with correct partitions BEFORE building the
metadata for our stream tasks
First ensureCoPartitioning() on repartitionTopicMetadata before creating
allRepartitionTopicPartitions
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cvaliente/kafka KAFKA-6391
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4347.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 #4347
----
commit bda1803d50d984ef4860579d508c37487df9781a
Author: Clemens Valiente <clemens.valiente@...>
Date: 2017-12-20T15:45:41Z
ensure topics are created with correct partitions BEFORE building the
metadata for our stream tasks
----
---