ezhou413 commented on PR #20134:
URL: https://github.com/apache/kafka/pull/20134#issuecomment-3084691122

   > @ezhou413 Have you consider fixing `castToStringObjectMap` as well? This 
patch only fix the bug happening in consumer and producer. However, `Admin` has 
similar issue.
   
   @chia7712 I'm not sure that it's possible to fix `castToStringObjectMap`, 
since it takes a `Map<?, ?>`, and the fix requires the use of 
`properties.propertyNames()` or `properties.stringPropertyNames()` in order to 
properly access the default properties. 
   


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