From 4b97e50eea977a2a9020e6ed49516a1904361f12 Mon Sep 17 00:00:00 2001
From: Navinder Pal Singh Brar
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.
+ for a store with variety of parameters, including querying a specific task and stale stores, as per
+ KIP-562 and
+ KIP-535 respectively.
KafkaStreams.store(String, QueryableStoreType)
and replaced it with KafkaStreams.store(StoreQueryParameters)
.KafkaStreams.queryMetadataForKey(String, K, Serializer) to get detailed information on the key being queried.
+ It provides information about the partition number where the key resides in addition to hosts containing the active and standby partitions for the key.
KafkaStreams.store(String, QueryableStoreType)
and replacing it with KafkaStreams.store(StoreQueryParameters)
.KafkaStreams.allLocalStorePartitionLags()
.