From 49b32b018ebab737073be6d34af22d7401f9398e Mon Sep 17 00:00:00 2001
From: s0r01ed 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.
+