mingyen066 commented on code in PR #16623:
URL: https://github.com/apache/kafka/pull/16623#discussion_r1683064123
##########
clients/src/main/resources/common/message/CreateTopicsRequest.json:
##########
@@ -48,7 +48,7 @@
{ "name": "BrokerIds", "type": "[]int32", "versions": "0+",
"entityType": "brokerId",
"about": "The brokers to place the partition on." }
]},
- { "name": "Configs", "type": "[]CreateableTopicConfig", "versions": "0+",
+ { "name": "Configs", "type": "[]CreatableTopicConfig", "versions": "0+",
Review Comment:
Thanks for pointing out the error. I've fixed all references, and the code
now can builds successfully.
--
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]