You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2017/04/12 10:09:10 UTC

kafka git commit: HOTFIX: HTML formatting error in upgrade docs

Repository: kafka
Updated Branches:
  refs/heads/0.10.2 5a68fa7e4 -> 5f728532a


HOTFIX: HTML formatting error in upgrade docs

Introduced in PR #2824. Already fixed in the
website github.

Author: Gwen Shapira <cs...@gmail.com>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #2844 from gwenshap/docs-hotfix


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/5f728532
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/5f728532
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/5f728532

Branch: refs/heads/0.10.2
Commit: 5f728532aceb0132e3a312e2b427bc29f6c85f64
Parents: 5a68fa7
Author: Gwen Shapira <cs...@gmail.com>
Authored: Wed Apr 12 11:08:09 2017 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Wed Apr 12 11:08:23 2017 +0100

----------------------------------------------------------------------
 docs/upgrade.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/5f728532/docs/upgrade.html
----------------------------------------------------------------------
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 12bd90e..0221f63 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -63,7 +63,7 @@ Kafka cluster before upgrading your clients. Version 0.10.2 brokers support 0.8.
 
 <h5><a id="upgrade_10201_notable" href="#upgrade_10201_notable">Notable changes in 0.10.2.1</a></h5>
 <ul>
-  <li> The default values for two configurations of the StreamsConfig class were changed to improve the resiliency of Kafka Streams applications. The internal Kafka Streams producer <code>retries</code> default value was changed from 0 to 10. The internal Kafka Streams consumer <code>max.poll.interval.ms</code>  default value was changed from 300000 to <code>Integer.MAX_VALUE<code>.
+  <li> The default values for two configurations of the StreamsConfig class were changed to improve the resiliency of Kafka Streams applications. The internal Kafka Streams producer <code>retries</code> default value was changed from 0 to 10. The internal Kafka Streams consumer <code>max.poll.interval.ms</code>  default value was changed from 300000 to <code>Integer.MAX_VALUE</code>.
   </li>
 </ul>