KAFKA-3311: Prepare internal source topics before calling partition grouper#990
KAFKA-3311: Prepare internal source topics before calling partition grouper#990guozhangwang wants to merge 3 commits into
Conversation
|
Ping @ymatsuda for reviews:
|
|
What happens if auto.create.topics.enable=false? |
|
@ymatsuda Right now we have two rounds for create topics:
So we do not need to rely on broker side |
| int numPartitions = -1; | ||
|
|
||
| for (String topic : copartitionGroup) { | ||
| List<PartitionInfo> infos = metadata.partitionsForTopic(topic); |
There was a problem hiding this comment.
It seems you can move this line after line422.
|
@ymatsuda addressed comments. |
|
LGTM |
|
Thanks for the patch. LGTM |
…rouper Author: Guozhang Wang <wangguoz@gmail.com> Reviewers: Yasuhiro Matsuda <yasuhiro.matsuda@gmail.com>, Jun Rao <junrao@gmail.com> Closes apache#990 from guozhangwang/K3311
No description provided.