This is an automated email from the ASF dual-hosted git repository. mjsax pushed a commit to branch 2.6 in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 149897976214a769a35cf87eecf9c02221f8d597 Author: A. Sophie Blee-Goldman <[email protected]> AuthorDate: Sat Sep 19 17:25:47 2020 -0700 MINOR: Streams docs fixes (#9308) Reviewers: Guozhang Wang <[email protected]> --- docs/streams/developer-guide/config-streams.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/streams/developer-guide/config-streams.html b/docs/streams/developer-guide/config-streams.html index 8388476..a1674b0 100644 --- a/docs/streams/developer-guide/config-streams.html +++ b/docs/streams/developer-guide/config-streams.html @@ -552,13 +552,12 @@ <blockquote> <div><p>The default Serializer/Deserializer class for record keys. Serialization and deserialization in Kafka Streams happens whenever data needs to be materialized, for example:</p> - <blockquote> <div><ul class="simple"> <li>Whenever data is read from or written to a <em>Kafka topic</em> (e.g., via the <code class="docutils literal"><span class="pre">StreamsBuilder#stream()</span></code> and <code class="docutils literal"><span class="pre">KStream#to()</span></code> methods).</li> <li>Whenever data is read from or written to a <em>state store</em>.</li> </ul> <p>This is discussed in more detail in <a class="reference internal" href="datatypes.html#streams-developer-guide-serdes"><span class="std std-ref">Data types and serialization</span></a>.</p> - </div></blockquote> + </div> </div></blockquote> </div> <div class="section" id="default-value-serde"> @@ -570,7 +569,7 @@ <li>Whenever data is read from or written to a <em>Kafka topic</em> (e.g., via the <code class="docutils literal"><span class="pre">StreamsBuilder#stream()</span></code> and <code class="docutils literal"><span class="pre">KStream#to()</span></code> methods).</li> <li>Whenever data is read from or written to a <em>state store</em>.</li> </ul> - <p>This is discussed in more detail in <a class="reference internal" href="datatypes.html#streams-developer-guide-serdes"><span class="std std-ref">Data types and serialization</span></a>.</p> + <p>This is discussed in more detail in <a class="reference internal" href="datatypes.html#streams-developer-guide-serdes"><span class="std std-ref">Data types and serialization</span></a>.</p> </div></blockquote> </div> <div class="section" id="default-windowed-key-serde-inner"> @@ -578,13 +577,12 @@ <blockquote> <div><p>The default Serializer/Deserializer class for the inner class of windowed keys. Serialization and deserialization in Kafka Streams happens whenever data needs to be materialized, for example:</p> - <blockquote> <div><ul class="simple"> <li>Whenever data is read from or written to a <em>Kafka topic</em> (e.g., via the <code class="docutils literal"><span class="pre">StreamsBuilder#stream()</span></code> and <code class="docutils literal"><span class="pre">KStream#to()</span></code> methods).</li> <li>Whenever data is read from or written to a <em>state store</em>.</li> </ul> <p>This is discussed in more detail in <a class="reference internal" href="datatypes.html#streams-developer-guide-serdes"><span class="std std-ref">Data types and serialization</span></a>.</p> - </div></blockquote> + </div> </div></blockquote> </div> <div class="section" id="default-windowed-value-serde-inner"> @@ -654,7 +652,7 @@ </blockquote> </div> <div class="section" id="probing-rebalance-interval-ms"> - <h4><a class="toc-backref" href="#id30">probing-rebalance.interval.ms</a><a class="headerlink" href="#probing-rebalance-interval-ms" title="Permalink to this headline"></a></h4> + <h4><a class="toc-backref" href="#id30">probing.rebalance.interval.ms</a><a class="headerlink" href="#probing-rebalance-interval-ms" title="Permalink to this headline"></a></h4> <blockquote> <div> The maximum time to wait before triggering a rebalance to probe for warmup replicas that have restored enough to be considered caught up. Streams will only assign stateful active tasks to
