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



##########
File path: metadata/src/main/resources/common/metadata/PartitionRecord.json
##########
@@ -27,9 +27,9 @@
       "about": "The replicas of this partition, sorted by preferred order." },
     { "name": "Isr", "type":  "[]int32", "versions":  "0+",
       "about": "The in-sync replicas of this partition" },
-    { "name": "RemovingReplicas", "type":  "[]int32", "versions":  "0+", 
"nullableVersions": "0+", "entityType": "brokerId",
+    { "name": "RemovingReplicas", "type":  "[]int32", "versions":  "0+", 
"entityType": "brokerId",

Review comment:
       This should be addressed by the recent changes in trunk




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