From 40c792dfc6b2586f3b173f68d958081e4e0e3a2b Mon Sep 17 00:00:00 2001
From: "Matthias J. Sax" Upgrade Guid
See below a complete list of 0.10.2 API and semantical changes that allow you to advance your application and/or simplify your code base, including the usage of new features.
Upgrading from 0.10.0.x to 0.10.2.2 requires two rolling bounces with config upgrade.from="0.10.0" set for first upgrade phase
+ (cf. KIP-268).
+
upgrade.from="0.10.0" is set for new version 0.10.2.2 upgrade.mode If you want to upgrade from 0.10.0.x to 0.10.1, see the Upgrade Section for 0.10.1. It highlights incompatible changes you need to consider to upgrade your code and application. 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:
upgrade.from added that allows rolling bounce upgrade from version 0.10.0.x
+ Parameter updates in StreamsConfig:
+
retries and consumer max.poll.interval.ms
New methods in KafkaStreams:
upgrade.from added that allows rolling bounce upgrade from version 0.10.0.x 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.
@@ -141,6 +146,16 @@ upgrade.from="0.10.0" set for first upgrade phase
+ (cf. KIP-268).
+ upgrade.from="0.10.0" is set for new version 0.10.1.2 upgrade.mode