clolov commented on code in PR #14305:
URL: https://github.com/apache/kafka/pull/14305#discussion_r1318543584


##########
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java:
##########
@@ -639,9 +639,9 @@ private void maybeOverrideClientId(Map<String, Object> 
configs) {
         }
     }
 
-    protected static Map<String, Object> 
appendDeserializerToConfig(Map<String, Object> configs,
-                                                                    
Deserializer<?> keyDeserializer,
-                                                                    
Deserializer<?> valueDeserializer) {
+    public static Map<String, Object> appendDeserializerToConfig(Map<String, 
Object> configs,

Review Comment:
   I assume this visibility change is needed for a subsequent commit?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to