mjsax commented on a change in pull request #9568: URL: https://github.com/apache/kafka/pull/9568#discussion_r522531802
########## File path: streams/src/test/java/org/apache/kafka/streams/integration/InternalTopicIntegrationTest.java ########## @@ -135,6 +141,37 @@ private Admin createAdminClient() { return Admin.create(adminClientConfig); } + /* + * This test just ensures that that the assignor does not get stuck during partition number resolution + * for internal repartition topics. See KAFKA-10689 + */ Review comment: Do we need this commet? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org