KAFKA-6126: Remove unnecessary topics created check
Author: Matthias J. Sax <matthias@confluent.io>
Reviewers: Bill Bejeck <bill@confluent.io>, Guozhang Wang <wangguoz@gmail.com>
Closes#4322 from mjsax/kafka-6126-remove-topic-check-on-rebalance-2
pull/4348/merge
Matthias J. Sax7 years agocommitted byGuozhang Wang
@ -631,32 +631,11 @@ public class StreamPartitionAssignor implements PartitionAssignor, Configurable
@@ -631,32 +631,11 @@ public class StreamPartitionAssignor implements PartitionAssignor, Configurable
assertEquals("Could not get number of partitions from brokers. This can happen if the Kafka cluster is temporary not available. You can increase admin client config `retries` to be resilient against this error.",expected.getMessage());
@ -60,7 +60,7 @@ public class MockInternalTopicManager extends InternalTopicManager {
@@ -60,7 +60,7 @@ public class MockInternalTopicManager extends InternalTopicManager {