AndrewJSchofield commented on code in PR #20810:
URL: https://github.com/apache/kafka/pull/20810#discussion_r2486324377


##########
share-coordinator/src/main/resources/common/message/ShareUpdateValue.json:
##########
@@ -26,6 +26,9 @@
       "about": "The leader epoch of the share-partition." },
     { "name": "StartOffset", "type": "int64", "versions": "0+",
       "about": "The share-partition start offset, or -1 if the start offset is 
not being updated." },
+    // DeliveryCompleteCount was added in Apache Kafka 4.2 (KIP-1226).
+    { "name": "DeliveryCompleteCount", "type": "int32", "versions": "0+", 
"taggedVersions": "0+", "tag": 0, "default": "-1",
+      "about": "The number of offsets greater than or equal to share-partition 
start offset for which delivery has been completed."},

Review Comment:
   nit: space between `" }` please.



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