kafka/test-common
Kuan-Po Tseng 83fb40d743
KAFKA-14895 [1/N] Move AddPartitionsToTxnManager files to java (#19879)
Move AddPartitionsToTxnManager to server module and convert to Java.
This patch moves AddPartitionsToTxnManager from the core module to the
server module, with its package updated from `kafka.server` to
`org.apache.kafka.server.transaction`. Additionally, several
configuration used by AddPartitionsToTxnManager are moved from
KafkaConfig.scala to AbstractKafkaConfig.java.
- brokerId
- requestTimeoutMs
- controllerListenerNames
- interBrokerListenerName
- interBrokerSecurityProtocol
- effectiveListenerSecurityProtocolMap

The next PR will move AddPartitionsToTxnManagerTest.scala to java

Reviewers: Justine Olshan <jolshan@confluent.io>, Chia-Ping Tsai
 <chia7712@gmail.com>
2025-06-08 00:16:55 +08:00
..
test-common-internal-api/src MINOR: Cleanups in Test Common Module (#19775) 2025-05-26 03:07:30 +08:00
test-common-runtime/src KAFKA-14895 [1/N] Move AddPartitionsToTxnManager files to java (#19879) 2025-06-08 00:16:55 +08:00
test-common-util/src MINOR: Cleanups in Test Common Module (#19775) 2025-05-26 03:07:30 +08:00