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


##########
clients/src/main/resources/common/message/WriteTxnMarkersRequest.json:
##########
@@ -21,7 +21,8 @@
   // Version 0 was removed in Apache Kafka 4.0, Version 1 is the new baseline.
   //
   // Version 1 enables flexible versions.
-  "validVersions": "1",
+  // Version 2 adds TransactionVersion field to WritableTxnMarker.
+  "validVersions": "1-2",

Review Comment:
   Makes sense, 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: [email protected]

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

Reply via email to