cmccabe commented on PR #13337: URL: https://github.com/apache/kafka/pull/13337#issuecomment-1462530266
I fixed the case where I was invoking `DynamicConfigPublisher.publish` with a null. This was a bit silly... I was just being lazy about adding an extra function. I also fixed it so that `BrokerMetadataPublisher` is using `DynamicClientQuotaPublisher` and `ScramPublisher`. Ultimately this code should be the same on the broker and controller, just invoked slightly differently. (I have a follow-up change which will use Loader on the broker too, which will simplify this more.) -- 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]
