RivenSun2 commented on pull request #11800:
URL: https://github.com/apache/kafka/pull/11800#issuecomment-1051822201


   @showuon I totally agree with you now. It was I forgot to modify a code that 
caused it to not meet our expectations.
   In the methods `AbstractConfig#ignore(String key)` and 
`AbstractConfig#get(String key)`, add the following logic before 
`used.add(key)` :
   `if (!unknown().contains(key))
        used.add(key);`
   
   What do you think?
   Thanks.


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