frankvicky commented on code in PR #22511:
URL: https://github.com/apache/kafka/pull/22511#discussion_r3381203833
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorConfig.java:
##########
@@ -897,6 +906,14 @@ protected List<ShareGroupPartitionAssignor>
shareGroupAssignors(
return assignors;
}
+ protected Optional<StreamsGroupTopologyDescriptionPlugin>
streamsGroupTopologyDescriptionPlugin(
+ AbstractConfig config
+ ) {
Review Comment:
I unwrap the `Optional` to keep the style consistency
--
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]