jolshan commented on code in PR #18132:
URL: https://github.com/apache/kafka/pull/18132#discussion_r1881142392


##########
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##########
@@ -446,6 +446,7 @@ public synchronized void maybeUpdateTransactionV2Enabled() {
         latestFinalizedFeaturesEpoch = info.finalizedFeaturesEpoch;
         Short transactionVersion = 
info.finalizedFeatures.get("transaction.version");
         isTransactionV2Enabled = transactionVersion != null && 
transactionVersion >= 2;
+        log.debug("Updating isTV2 enabled to {} at with FinalizedFeaturesEpoch 
{}", isTransactionV2Enabled, latestFinalizedFeaturesEpoch);

Review Comment:
   oops. good catch :) 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to