From 49b32b018ebab737073be6d34af22d7401f9398e Mon Sep 17 00:00:00 2001 From: s0r01ed Date: Thu, 4 Feb 2021 15:23:34 +0530 Subject: [PATCH] Adding documentation for KIP-614 --- docs/streams/upgrade-guide.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html index 7bb29718148f8..17911485e925e 100644 --- a/docs/streams/upgrade-guide.html +++ b/docs/streams/upgrade-guide.html @@ -127,6 +127,11 @@

Streams API into the constructor, it is no longer required to set mandatory configuration parameters (cf. KIP-680).

+

+ We added method prefixScan() to interface ReadOnlyKeyValueStore. + Method prefixScan() allows fetching all values whose keys start with a given prefix. + See KIP-614 for more details. +

Streams API changes in 2.7.0