MINOR: Fix flakiness in MultiTenatnKafkaTopicCreationIntegrationTest (#7134)
The test would sometimes fail with an UnknownPartitionException due to the async metadata propagation and the DescribeTopic hitting a node which didn't have its metadata updated yet. This patch fixes that by leveraging the KafkaTestUtils#describeTopic helper function which retries to guard against this
加载中
想要评论请 注册 或 登录