kamalcph commented on PR #16199: URL: https://github.com/apache/kafka/pull/16199#issuecomment-2151378272
We want to update the below configs dynamically: 1. remote.log.manager.copier.thread.pool.size 2. remote.log.manager.expiration.thread.pool.size 3. remote.log.manager.thread.pool.size and 4. remote.fetch.max.wait.ms Dynamic values gets reflected in two ways: 1. A scheduler which checks the value (kafkaConfig.remoteLogManagerConfig.xyz) and performs an action. Once the config gets updated dynamically, it takes effect in the next run. 2. Continuous running job, once the config is updated we have to invoke those respective components to take effect the updated config change. How to support dynamic configs for case-1 via this class? `KafkaConfig` has a nice abstraction of `currentConfig` which handles the dynamic config. Would like to get your thoughts on this. We can take this up separately. -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org