junrao commented on code in PR #13463: URL: https://github.com/apache/kafka/pull/13463#discussion_r1156467464
########## core/src/main/scala/kafka/coordinator/transaction/TransactionCoordinator.scala: ########## @@ -59,8 +61,9 @@ object TransactionCoordinator { time, metrics) val logContext = new LogContext(s"[TransactionCoordinator id=${config.brokerId}] ") - val txnMarkerChannelManager = TransactionMarkerChannelManager(config, metrics, metadataCache, txnStateManager, - time, logContext) + val txnMarkerChannelManager = new TransactionMarkerChannelManager(config, metadataCache, txnStateManager, + time) + interBrokerSender.addRequestManager(txnMarkerChannelManager) Review Comment: Yes, it's a minor thing. We could leave this as it is for now. -- 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