lucasbru commented on code in PR #22397:
URL: https://github.com/apache/kafka/pull/22397#discussion_r3317560468
##########
clients/src/main/resources/common/message/StreamsGroupDescribeRequest.json:
##########
@@ -24,6 +24,9 @@
{ "name": "GroupIds", "type": "[]string", "versions": "0+", "entityType":
"groupId",
"about": "The ids of the groups to describe" },
{ "name": "IncludeAuthorizedOperations", "type": "bool", "versions": "0+",
- "about": "Whether to include authorized operations." }
+ "about": "Whether to include authorized operations." },
+ { "name": "IncludeTopologyDescription", "type": "bool", "versions": "0+",
Review Comment:
The KIP states that we use a request version bump instead of a tagged field
--
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]