lihaosky commented on code in PR #13851: URL: https://github.com/apache/kafka/pull/13851#discussion_r1255322606
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/InternalTopicManagerTest.java: ########## @@ -279,6 +279,28 @@ public CreateTopicsResult createTopics(final Collection<NewTopic> newTopics, + " You can change the replication.factor config or upgrade your brokers to version 2.4 or newer to avoid this error.")); } + @Test + public void shouldThrowTimeoutExceptionInGetPartitionInfo() { + setupTopicInMockAdminClient(topic1, Collections.emptyMap()); + final MockTime time = new MockTime( + (Integer) config.get(StreamsConfig.consumerPrefix(ConsumerConfig.MAX_POLL_INTERVAL_MS_CONFIG)) / 15 Review Comment: Sure. Change to 5 -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org