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 2021/02/24 15:46:13 UTC

[GitHub] [kafka] rondagostino commented on pull request #9847: KAFKA-10703: Better handling and doc for config defaults of topics

rondagostino commented on pull request #9847:
URL: https://github.com/apache/kafka/pull/9847#issuecomment-785169332


   @tombentley `Alter*` RPCs will be forwarded to the Raft-based controller and won't be handled in the broker anymore.  The changes occur in the controller and are written to the metadata log, and the brokers get the changes as they read that log.  The brokers apply the changes to their `CachedConfigRepository` instance, and then `DescribeConfigs` emits the current config state as recorded there.


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

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