mjsax commented on code in PR #23364:
URL: https://github.com/apache/kafka/pull/23364#discussion_r3972096710


##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedConfig.java:
##########
@@ -624,7 +625,15 @@ public String groupId() {
     protected Map<String, Object> postProcessParsedConfig(final Map<String, 
Object> parsedValues) {
         CommonClientConfigs.warnDisablingExponentialBackoff(this);
         warnIfConnectionsMaxIdleMsLowerThanRebalanceTimeoutMs();
-        return super.postProcessParsedConfig(parsedValues);
+        Map<String, Object> configUpdates = new 
HashMap<>(super.postProcessParsedConfig(parsedValues));

Review Comment:
   If group.protocol is not locked down, we might want to do it, too?



-- 
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]

Reply via email to