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.
KafkaStreams.store(String, QueryableStoreType)
and replaced it with KafkaStreams.store(StoreQueryParameters)
.