mjsax commented on code in PR #20841:
URL: https://github.com/apache/kafka/pull/20841#discussion_r2499888659
##########
clients/src/main/java/org/apache/kafka/clients/admin/internals/DescribeStreamsGroupsHandler.java:
##########
@@ -92,7 +92,7 @@ public StreamsGroupDescribeRequest.Builder
buildBatchedRequest(int coordinatorId
StreamsGroupDescribeRequestData data = new
StreamsGroupDescribeRequestData()
.setGroupIds(groupIds)
.setIncludeAuthorizedOperations(includeAuthorizedOperations);
- return new StreamsGroupDescribeRequest.Builder(data, true);
+ return new StreamsGroupDescribeRequest.Builder(data);
Review Comment:
Should we remove the constructor taking a second argument
`enableUnstableLastVersion`, too? Seems we won't need it any longer?
--
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]