rreddy-22 commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1829886080


##########
clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java:
##########
@@ -904,16 +904,22 @@ private void sendProduceRequest(long now, int 
destination, short acks, int timeo
         }
 
         String transactionalId = null;
+        boolean canUseTransactionV2AboveVersion = true;

Review Comment:
   Ahh that makes sense, just an idea but should we name it 
canUseLatestStableVersion then? And add comments about when to use which?



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