mirror of https://github.com/apache/kafka.git
				
				
				
			MINOR: Add indent space after hyperlink in `docs/upgrade.html` (#12353)
Reviewers: Kvicii <42023367+Kvicii@users.noreply.github.com>, Divij Vaidya <divijvaidya13@gmail.com>, Jason Gustafson <jason@confluent.io>
This commit is contained in:
		
							parent
							
								
									c12348ac98
								
							
						
					
					
						commit
						bad475166f
					
				|  | @ -65,7 +65,7 @@ | ||||||
|     <ul> |     <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, |         <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 |             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> |             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 |         <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.  |             producers in order to uniformly support using a wide range of Kafka broker versions.  | ||||||
|  | @ -131,7 +131,7 @@ | ||||||
| <ul> | <ul> | ||||||
|     <li>Idempotence for the producer is enabled by default if no conflicting configurations are set. |     <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 |         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> |         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 |     <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. |         producers in order to uniformly support using a wide range of Kafka broker versions. | ||||||
|  | @ -207,7 +207,7 @@ | ||||||
| <ul> | <ul> | ||||||
|     <li>Idempotence for the producer is enabled by default if no conflicting configurations are set. |     <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 |         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> |         This issue was fixed and the default is properly applied.</li> | ||||||
| </ul> | </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>. |     <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. |         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 | 	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> |         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. |     <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> |         See <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=181308223">KIP-750</a> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue