cmccabe commented on a change in pull request #10753:
URL: https://github.com/apache/kafka/pull/10753#discussion_r667401789



##########
File path: 
metadata/src/main/resources/common/metadata/PartitionChangeRecord.json
##########
@@ -29,6 +29,15 @@
       "about": "null if the ISR didn't change; the new in-sync replicas 
otherwise." },
     { "name": "Leader", "type": "int32", "default": "-2", "entityType": 
"brokerId",
       "versions": "0+", "taggedVersions": "0+", "tag": 1,
-      "about": "-1 if there is now no leader; -2 if the leader didn't change; 
the new leader otherwise." }
+      "about": "-1 if there is now no leader; -2 if the leader didn't change; 
the new leader otherwise." },
+    { "name": "Replicas", "type": "[]int32", "default": "null", "entityType": 
"brokerId",
+      "versions": "0+", "nullableVersions": "0+", "taggedVersions": "0+", 
"tag": 2,

Review comment:
       We have decided to reset versions to 0 since we dropped compatibility 
with 2.8. We bumped up the frame version so that the incompatibility can be 
detected.




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