mjsax commented on code in PR #18087: URL: https://github.com/apache/kafka/pull/18087#discussion_r1874112001
########## docs/streams/developer-guide/config-streams.html: ########## @@ -265,12 +265,12 @@ <h4><a class="toc-backref" href="#id23">num.standby.replicas</a><a class="header <tr class="row-odd"><td>statestore.cache.max.bytes</td> <td>Medium</td> <td colspan="2">Maximum number of memory bytes to be used for record caches across all threads.</td> - <td>10485760</td> + <td><code class="docutils literal"><span class="pre">10485760</span></code></td> </tr> <tr class="row-even"><td>cache.max.bytes.buffering (Deprecated. Use statestore.cache.max.bytes instead.)</td> <td>Medium</td> <td colspan="2">Maximum number of memory bytes to be used for record caches across all threads.</td> - <td>10485760 bytes</td> + <td><code class="docutils literal"><span class="pre">10485760</span></code></td> Review Comment: also remove `bytes` as the unit is already clear. -- 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