diff --git a/docs/streams.html b/docs/streams.html index 2b4c4414f6f..fe0e84ee3b7 100644 --- a/docs/streams.html +++ b/docs/streams.html @@ -813,6 +813,13 @@ $ java -cp path-to-app-fatjar.jar com.example.MyStreamsApp See below 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.
+
+ Parameter updates in StreamsConfig
:
+
retries
and consumer max.poll.interval.ms
diff --git a/docs/upgrade.html b/docs/upgrade.html index 109097c0d8c..d165eb2bdcd 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.
retries
default value was changed from 0 to 10. The internal Kafka Streams consumer max.poll.interval.ms
default value was changed from 300000 to Integer.MAX_VALUE.
+