majialoong commented on code in PR #21481:
URL: https://github.com/apache/kafka/pull/21481#discussion_r2896314079


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupConfig.java:
##########
@@ -208,9 +208,9 @@ public static Set<String> configNames() {
     /**
      * Check that property names are valid
      */
-    public static void validateNames(Properties props) {
+    public static void validateNames(Map<?, ?> props) {

Review Comment:
   Yes, I checked the call chain, and the key is always of type String.



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