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

kafka-site git commit: MINOR: fixing broken tag

Repository: kafka-site
Updated Branches:
  refs/heads/asf-site b8a407363 -> 043c3ac55


MINOR: fixing broken tag


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

Branch: refs/heads/asf-site
Commit: 043c3ac556e983e586d63bec57fce14731b691e6
Parents: b8a4073
Author: Gwen Shapira <cs...@gmail.com>
Authored: Tue Apr 11 17:54:03 2017 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Tue Apr 11 17:54:03 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/043c3ac5/0102/upgrade.html
----------------------------------------------------------------------
diff --git a/0102/upgrade.html b/0102/upgrade.html
index 12bd90e..0221f63 100644
--- a/0102/upgrade.html
+++ b/0102/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>