diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html index 78f1ccc1302..c6b982683e4 100644 --- a/docs/streams/upgrade-guide.html +++ b/docs/streams/upgrade-guide.html @@ -88,8 +88,13 @@ null keys or null values from input topic.

- As of 2.5.0 Kafka we deprecated UsePreviousTimeOnInvalidTimestamp and replaced it with UsePartitionTimeOnInvalidTimeStamp as per - KIP-530 + Deprecated UsePreviousTimeOnInvalidTimestamp and replaced it with UsePartitionTimeOnInvalidTimeStamp as per + KIP-530. +

+

+ Deprecated KafkaStreams.store(String, QueryableStoreType) and replaced it with KafkaStreams.store(StoreQueryParameters) to allow querying + for specific partition and specific task type as per + KIP-562.

Streams API changes in 2.4.0

diff --git a/docs/upgrade.html b/docs/upgrade.html index 23910254943..6d05b6d7d72 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -39,6 +39,7 @@ examples folder. Check out KIP-447 for the full details. +
  • Deprecated KafkaStreams.store(String, QueryableStoreType) and replaced it with KafkaStreams.store(StoreQueryParameters).
  • Scala 2.11 is no longer supported. See KIP-531 for details.