kafka
kafka copied to clipboard
KAFKA-19324: Make org.apache.kafka.common.test.TestUtils package-private to prevent cross-module access
Description
- Replace
org.apache.kafka.common.test.TestUtilswithorg.apache.kafka.test.TestUtilsin outer package modules to standardize test utility usage - Move
waitUntilLeaderIsElectedOrChangedWithAdminmethod fromorg.apache.kafka.test.TestUtilstoClusterInstanceand refactor for better code organization - Add
org.apache.kafka.test.TestUtilsdependency totransaction-coordinatormodule to fix missing dependency
Reviewers: PoAn Yang [email protected], Ken Huang [email protected], Ken Huang [email protected], Chia-Ping Tsai [email protected]
@YutaLin please fix the conflicts and update the title
@YutaLin please fix the build error
@YutaLin please eliminate the conflicts
Add org.apache.kafka.test.TestUtils dependency to transaction-coordinator module to fix missing dependency
It is out-of-date, right?