AndrewJSchofield commented on code in PR #19477:
URL: https://github.com/apache/kafka/pull/19477#discussion_r2047639023
##########
clients/src/main/java/org/apache/kafka/clients/admin/ListGroupsOptions.java:
##########
@@ -61,6 +78,13 @@ public Set<GroupState> groupStates() {
return groupStates;
}
+ /**
+ * Returns the list of protocol types that are requested or empty if no
protocol types have been specified.
+ */
+ public Set<String> protocolTypes() {
Review Comment:
Yes, I'll add a few more tests. And update the KIP of course.
--
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]