oliveigah commented on code in PR #13680:
URL: https://github.com/apache/kafka/pull/13680#discussion_r1214190810


##########
clients/src/main/resources/common/message/FetchRequest.json:
##########
@@ -61,7 +61,7 @@
       "about": "The clusterId if known. This is used to validate metadata 
fetches prior to broker registration." },
     { "name": "ReplicaId", "type": "int32", "versions": "0-14", "default": 
"-1", "entityType": "brokerId",
       "about": "The broker ID of the follower, of -1 if this request is from a 
consumer." },
-    { "name": "ReplicaState", "type": "ReplicaState", "taggedVersions":"15+", 
"tag": 1, "fields": [
+    { "name": "ReplicaState", "type": "ReplicaState", "versions": "15+", 
"taggedVersions":"15+", "tag": 1, "fields": [

Review Comment:
   Typo fixed! Thanks for the explanation @dajac.



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