JimGalasyn commented on code in PR #16336:
URL: https://github.com/apache/kafka/pull/16336#discussion_r1638991305
##########
docs/streams/upgrade-guide.html:
##########
@@ -303,6 +303,35 @@ <h3><a id="streams_api_changes_350"
href="#streams_api_changes_350">Streams API
adds a new config <code>default.client.supplier</code> that allows to
use a custom <code>KafkaClientSupplier</code> without any code changes.
</p>
+ <h3><a id="streams_api_changes_340"
href="#streams_api_changes_340">Streams API changes in 3.4.0</a></h3>
+ <p>
+ <a
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=186878390">KIP-770</a>
deprecates
+ config <code>cache.max.bytes.buffering</code> in favor of the newly
introduced config <code>statestore.cache.max.bytes</code>.
+ To improve monitoring, two new metrics
<code>input-buffer-bytes-total</code> and <code>cache-size-bytes-total</code>
+ were added at the DEBUG level. Note, that the KIP is only partially
implement in 3.4.0 release and config
Review Comment:
```suggestion
were added at the DEBUG level. Note, that the KIP is only partially
implemented in the 3.4.0 release, and config
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]