You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/02/25 08:18:59 UTC

[GitHub] [kafka] showuon edited a comment on pull request #11800: KAFKA-13689: Optimized the printing of AbstractConfig logs, and stripped unknownKeys from unusedKeys

showuon edited a comment on pull request #11800:
URL: https://github.com/apache/kafka/pull/11800#issuecomment-1050632493


   > Hi @showuon Thank you for your reply. In fact, in the AbstractConfigTest class, I have asserted `unknown()` after `config.valuesWithPrefixOverride(prefix)`. `valuesWithPrefixOverride` is just a normal map, which is returned by `config.valuesWithPrefixOverride(prefix)`. valuesWithPrefixOverride.get(xxxx) no longer affects config.
   
   @RivenSun2 , are you saying there will be some configs that are not in `unused` configs, but will be in `unknown` configs? Does that make sense? Some configs are `unknown` but are `used` in Kafka? It doesn't sound correct to me.


-- 
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-unsubscribe@kafka.apache.org

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