mumrah opened a new pull request, #12455: URL: https://github.com/apache/kafka/pull/12455
This patch fixes an issue in KRaft where sensitive dynamic broker configs were failing to get updated on the brokers. In the ZK code path, we expect the sensitive config values to be encrypted in-place, and so the update logic was decrypting these values. In KRaft, we do not encrypt the values in ConfigRecords regardless of the type. This PR defines a new passthrough password encoder which is used in KRaft mode only. Most of the test cases in DynamicBrokerReconfigurationTest have been converted to also run in KRaft mode. -- 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]
