rondagostino commented on code in PR #14290: URL: https://github.com/apache/kafka/pull/14290#discussion_r1371825053
########## metadata/src/main/resources/common/metadata/PartitionRecord.json: ########## @@ -47,6 +47,13 @@ "about": "The eligible leader replicas of this partition." }, { "name": "LastKnownELR", "type": "[]int32", "default": "null", "entityType": "brokerId", "versions": "1+", "nullableVersions": "1+", "taggedVersions": "1+", "tag": 2, - "about": "The last known eligible leader replicas of this partition." } + "about": "The last known eligible leader replicas of this partition." }, + { "name": "Assignment", "type": "[]ReplicaAssignment", "versions": "2+", + "about": "The replica assignment for this partition, sorted by preferred order.", "fields": [ + { "name": "Broker", "type": "int32", "versions": "2+", "entityType": "brokerId", + "about": "The broker ID hosting the replica." }, + { "name": "Directory", "type": "uuid", "versions": "2+", + "about": "The log directory hosting the replica" } + ]} Review Comment: I would say that this is all accurate, yes. -- 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