Cerchie commented on code in PR #14360: URL: https://github.com/apache/kafka/pull/14360#discussion_r1498343776
########## streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java: ########## @@ -482,7 +482,8 @@ public class StreamsConfig extends AbstractConfig { public static final String BUILT_IN_METRICS_VERSION_CONFIG = "built.in.metrics.version"; private static final String BUILT_IN_METRICS_VERSION_DOC = "Version of the built-in metrics to use."; - /** {@code cache.max.bytes.buffering} */ + /** {@code cache.max.bytes.buffering} + * @deprecated since 3.4.0 Use cache.max.bytes instead with the cache.size metric at the DEBUG level. */ Review Comment: I believe I had gleaned that from a release blog but I can't find it now... happy to commit the suggestion -- 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