gaobosince1987 commented on PR #15625: URL: https://github.com/apache/kafka/pull/15625#issuecomment-2243384804
@abhijeetk88 trying the quota feature in test cluster now from trunk, primarily to save CPU when multiple consumer pull at the same time. Is there a document related with how to set quota for remote store? Latest trunk build does not seem to throttle remote fetch for me. Let me know if there is extra setup needed for this feature to work. I have a 6 broker test cluster, 1 test topic with local.retention.ms=1 so all read goes to remote. However consumer are still able to fetch 300MB per broker from remote. With the configuration, I would expect close to zero remote fetch. [root@kafka-test-02-zookeeper-0 kafka]#./bin/kafka-configs.sh --bootstrap-server kafka-test-02-kafka-bootstrap:9092 --entity-type brokers --entity-default --alter --add-config 'remote.log.manager.fetch.max.bytes.per.second=1,remote.log.manager.copy.max.bytes.per.second=1428800' Completed updating default config for brokers in the cluster. -- 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