Skip to content

Commit

Permalink
HOTFIX: HTML formatting error in upgrade docs
Browse files Browse the repository at this point in the history
Introduced in PR apache#2824. Already fixed in the
website github.

Author: Gwen Shapira <[email protected]>

Reviewers: Ismael Juma <[email protected]>

Closes apache#2844 from gwenshap/docs-hotfix

(cherry picked from commit 5f72853)
Signed-off-by: Ismael Juma <[email protected]>
  • Loading branch information
gwenshap authored and ijuma committed Apr 12, 2017
1 parent a74f035 commit 3c93fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h5><a id="upgrade_1020_streams" href="#upgrade_1020_streams">Upgrading a 0.10.1

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

Expand Down

0 comments on commit 3c93fa3

Please sign in to comment.