Repository: kafka Updated Branches: refs/heads/trunk 1d25369d2 -> a74f03584
MINOR: Added changes in 0.10.2.1 Author: Eno Thereska <e...@confluent.io> Reviewers: Gwen Shapira Closes #2824 from enothereska/minor-docs-0.10.2.1 (cherry picked from commit 5a68fa7e4e1315801c3128f95deedc0b2221ffaa) Signed-off-by: Gwen Shapira <csh...@gmail.com> Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/a74f0358 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/a74f0358 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/a74f0358 Branch: refs/heads/trunk Commit: a74f0358444160516990a8d6585fb95734381301 Parents: 1d25369 Author: Eno Thereska <e...@confluent.io> Authored: Tue Apr 11 17:07:53 2017 -0700 Committer: Gwen Shapira <csh...@gmail.com> Committed: Tue Apr 11 17:08:04 2017 -0700 ---------------------------------------------------------------------- docs/streams.html | 7 +++++++ docs/upgrade.html | 10 +++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/a74f0358/docs/streams.html ---------------------------------------------------------------------- diff --git a/docs/streams.html b/docs/streams.html index 2b4c441..fe0e84e 100644 --- a/docs/streams.html +++ b/docs/streams.html @@ -813,6 +813,13 @@ $ java -cp path-to-app-fatjar.jar com.example.MyStreamsApp See <a href="#streams_api_changes_0101">below</a> a complete list of 0.10.1 API changes that allow you to advance your application and/or simplify your code base, including the usage of new features. </p> + <h3><a id="streams_api_changes_01021" href="#streams_api_changes_0102">Notable changes in 0.10.2.1</a></h3> + <p> + Parameter updates in <code>StreamsConfig</code>: + </p> + <ul> + <li> of particular importance to improve the resiliency of a Kafka Streams application are two changes to default parameters of producer <code>retries</code> and consumer <code>max.poll.interval.ms</code> </li> + </ul> <h3><a id="streams_api_changes_0102" href="#streams_api_changes_0102">Streams API changes in 0.10.2.0</a></h3> <p> http://git-wip-us.apache.org/repos/asf/kafka/blob/a74f0358/docs/upgrade.html ---------------------------------------------------------------------- diff --git a/docs/upgrade.html b/docs/upgrade.html index 109097c..d165eb2 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -113,6 +113,14 @@ Kafka cluster before upgrading your clients. Version 0.10.2 brokers support 0.8. <li> See <a href="/{{version}}/documentation/streams#streams_api_changes_0102">Streams API changes in 0.10.2</a> for more details. </li> </ul> +<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> +</ul> + + + <h5><a id="upgrade_1020_notable" href="#upgrade_1020_notable">Notable changes in 0.10.2.0</a></h5> <ul> <li>The Java clients (producer and consumer) have acquired the ability to communicate with older brokers. Version 0.10.2 clients @@ -397,4 +405,4 @@ Release 0.7 is incompatible with newer releases. Major changes were made to the </script> -<div class="p-upgrade"></div> \ No newline at end of file +<div class="p-upgrade"></div>