lucasbru commented on code in PR #14878:
URL: https://github.com/apache/kafka/pull/14878#discussion_r1415302167
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/RequestManagers.java:
##########
@@ -157,6 +157,7 @@ protected RequestManagers create() {
CommitRequestManager commit = null;
if (groupRebalanceConfig != null &&
groupRebalanceConfig.groupId != null) {
+ Optional<String> serverAssignor =
Optional.ofNullable(config.getString(ConsumerConfig.GROUP_REMOTE_ASSIGNOR_CONFIG));
Review Comment:
Kind of. I think we do _not_ want to ignore it if protocol is not consumer.
But we need to ignore it in the constructor of `AsyncConsumer`, since the
unused config is reported before it is used.
--
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]