dimitarndimitrov commented on code in PR #13856:
URL: https://github.com/apache/kafka/pull/13856#discussion_r1233967737


##########
core/src/main/scala/kafka/server/AddPartitionsToTxnManager.scala:
##########
@@ -37,7 +39,8 @@ class TransactionDataAndCallbacks(val transactionData: 
AddPartitionsToTxnTransac
 
 
 class AddPartitionsToTxnManager(config: KafkaConfig, client: NetworkClient, 
time: Time)
-  extends InterBrokerSendThread("AddPartitionsToTxnSenderThread-" + 
config.brokerId, client, config.requestTimeoutMs, time) {
+  extends InterBrokerSendThread("AddPartitionsToTxnSenderThread-" + 
config.brokerId, client, config.requestTimeoutMs, time)
+  with Logging {

Review Comment:
   Great catch, thanks!



-- 
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

Reply via email to