chia7712 commented on PR #20134: URL: https://github.com/apache/kafka/pull/20134#issuecomment-3057031438
Just an idea: we should avoid using `Properties` in codebase. The `Properties`'s defaults mechanism has not been used correctly for a while. I opened https://issues.apache.org/jira/browse/KAFKA-18079 to fix it. Additionally, in the `AbstractConfig`, the `Properties` is processed as `Map<?, ?>`, so the `defaults` does not work there either. @ezhou413 @Yunyung @kirktrue WDYT? -- 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