RivenSun2 commented on pull request #11800: URL: https://github.com/apache/kafka/pull/11800#issuecomment-1051735512
Hi @showuon Currently the logic of the `unknown()` method is exactly what you would expect. `unknownKeys=originalKeys.removeAll(valueKeys)` `unknownKeys` contains neither `usedKeys` nor `unusedKeys`. Only configKeys that are not officially recognized by kafka will be put into `unknownKeys`. 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
