You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2022/07/01 17:30:39 UTC

[kafka] branch trunk updated: MINOR: Add indent space after hyperlink in `docs/upgrade.html` (#12353)

This is an automated email from the ASF dual-hosted git repository.

jgus pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new bad475166f MINOR: Add indent space after hyperlink in `docs/upgrade.html` (#12353)
bad475166f is described below

commit bad475166f0f0b27ec78d6ebe921b95749c4a3c1
Author: RivenSun <91...@users.noreply.github.com>
AuthorDate: Sat Jul 2 01:30:32 2022 +0800

    MINOR: Add indent space after hyperlink in `docs/upgrade.html` (#12353)
    
    Reviewers: Kvicii <42...@users.noreply.github.com>, Divij Vaidya <di...@gmail.com>, Jason Gustafson <ja...@confluent.io>
---
 docs/upgrade.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index e8cfcb7cdf..a366bddb56 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -65,7 +65,7 @@
     <ul>
         <li>Idempotence for the producer is enabled by default if no conflicting configurations are set. In 3.0.0 and 3.1.0, a bug prevented this default from being applied,
             which meant that idempotence remained disabled unless the user had explicitly set <code>enable.idempotence</code> to true
-            (See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a>for more details).
+            (See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a> for more details).
             This issue was fixed and the default is properly applied in 3.0.1, 3.1.1, and 3.2.0.</li>
         <li>A notable exception is Connect that by default disables idempotent behavior for all of its
             producers in order to uniformly support using a wide range of Kafka broker versions. 
@@ -131,7 +131,7 @@
 <ul>
     <li>Idempotence for the producer is enabled by default if no conflicting configurations are set.
         A bug prevented the producer idempotence default from being applied which meant that it remained disabled unless the user had explicitly set
-	<code>enable.idempotence</code> to true. See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a>for more details.
+	<code>enable.idempotence</code> to true. See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a> for more details.
         This issue was fixed and the default is properly applied.</li>
     <li>A notable exception is Connect that by default disables idempotent behavior for all of its
         producers in order to uniformly support using a wide range of Kafka broker versions.
@@ -207,7 +207,7 @@
 <ul>
     <li>Idempotence for the producer is enabled by default if no conflicting configurations are set.
         A bug prevented the producer idempotence default from being applied which meant that it remained disabled unless the user had explicitly set
-	<code>enable.idempotence</code> to true. See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a>for more details.
+	<code>enable.idempotence</code> to true. See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a> for more details.
         This issue was fixed and the default is properly applied.</li>
 </ul>
 
@@ -216,7 +216,7 @@
     <li>The producer has stronger delivery guarantees by default: <code>idempotence</code> is enabled and <code>acks</code> is set to <code>all</code> instead of <code>1</code>.
         See <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-679%3A+Producer+will+enable+the+strongest+delivery+guarantee+by+default">KIP-679</a> for details.
 	In 3.0.0 and 3.1.0, a bug prevented the idempotence default from being applied which meant that it remained disabled unless the user had explicitly set
-	<code>enable.idempotence</code> to true. Note that the bug did not affect the <code>acks=all</code> change. See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a>for more details.
+	<code>enable.idempotence</code> to true. Note that the bug did not affect the <code>acks=all</code> change. See <a href="https://issues.apache.org/jira/browse/KAFKA-13598">KAFKA-13598</a> for more details.
         This issue was fixed and the default is properly applied in 3.0.1, 3.1.1, and 3.2.0.</li>
     <li>Java 8 and Scala 2.12 support have been deprecated since Apache Kafka 3.0 and will be removed in Apache Kafka 4.0.
         See <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=181308223">KIP-750</a>