JiayaoS opened a new pull request, #22220: URL: https://github.com/apache/kafka/pull/22220
Moves `testCallInFlightTimeouts` from the Scala core module to a new Java `AdminClientTimeoutIntegrationTest` in `clients-integration-tests`. By placing the test in the `org.apache.kafka.clients.admin` package, it can directly access `KafkaAdminClient.createInternal()`. This allows us to: 1. Delete the `KafkaAdminClientInternalFactory` backdoor, restoring proper encapsulation. 2. Inline `FailureInjectingTimeoutProcessorFactory` into the test class, reducing test fixture clutter. -- 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]
