AyoubOm commented on code in PR #15162:
URL: https://github.com/apache/kafka/pull/15162#discussion_r1452187247


##########
docs/streams/developer-guide/config-streams.html:
##########
@@ -409,12 +409,12 @@ <h4><a class="toc-backref" 
href="#id23">num.standby.replicas</a><a class="header
             <td>Medium</td>
             <td colspan="2">The replication factor for changelog topics and 
repartition topics created by the application.
               The default of <code>-1</code> (meaning: use broker default 
replication factor) requires broker version 2.4 or newer.</td>
-            <td>-1</td>
+            <td><code class="docutils literal"><span 
class="pre">-1</span></code></td>
           </tr>
           <tr class="row-even"><td>retry.backoff.ms</td>
-              <td>Medium</td>
-              <td colspan="2">The amount of time in milliseconds, before a 
request is retried. This applies if the <code class="docutils literal"><span 
class="pre">retries</span></code> parameter is configured to be greater than 0. 
</td>
-              <td>100 milliseconds</td>
+            <td>Medium</td>
+            <td colspan="2">The amount of time in milliseconds, before a 
request is retried. This applies if the <code class="docutils literal"><span 
class="pre">retries</span></code> parameter is configured to be greater than 0. 
</td>
+            <td>100 milliseconds</td>

Review Comment:
   Fixed, thanks !



-- 
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

Reply via email to