ableegoldman opened a new pull request #11959: URL: https://github.com/apache/kafka/pull/11959
Since the topology-level cache size config only controls whether we disable the caching layer entirely for that topology, setting it to anything other than `0` has no effect. The actual cache memory is still just split evenly between the threads, and shared by all topologies. It's possible we'll want to change this in the future, but for now we should make sure to log a warning so that users who do try to set this override to some nonzero value are made aware that it doesn't work like this. Also includes [some minor refactoring](https://github.com/apache/kafka/pull/11796#pullrequestreview-924047442) plus an [off-by-one fix](https://github.com/apache/kafka/pull/11796#discussion_r837073268) from https://github.com/apache/kafka/pull/11796 -- 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