lucasbru opened a new pull request, #21272: URL: https://github.com/apache/kafka/pull/21272
This commit introduces a TopicCreator interface to abstract topic creation logic, making the code more modular and testable. The main changes include: - Implemented KRaftTopicCreator for KRaft-based topic creation in Java and removed the corresponding logic from DefaultAutoTopicCreationManager - Use a mock instance of TopicCreator in AutoTopicCreationManagerTest to better test without Mockito's ArgumentCaptor complexity. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
