mirror of https://github.com/apache/kafka.git
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> |
||
---|---|---|
.. | ||
test-common-internal-api/src | ||
test-common-runtime/src | ||
test-common-util/src |