jim0987795064 opened a new pull request, #19776: URL: https://github.com/apache/kafka/pull/19776
This PR rewrites the IntegrationTestUtils from Scala to Java. Changes: Converted all the existing Scala code in IntegrationTestUtils.scala into Java in IntegrationTestUtils.java. Preserved the original logic and functionality to ensure backward compatibility. Improved code readability and maintainability by using Java conventions and idioms. Updated relevant imports and dependencies accordingly. Verified all existing tests pass with the new Java implementation. Motivation: The rewrite aims to standardize the codebase in Java, which aligns better with the rest of the project and facilitates easier maintenance by the Java-centric team. -- 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