You can control it: By default only active stores are queried. If you want to query standby stores, you can use `StoreQueryParameters#enableStaleStores()`
-Matthias On 3/9/21 1:30 AM, Igor Maznitsa wrote: > Hello > > If I have started two KafkaStream application instances, and they have > parameter 'num.standby.replicas=1'. It means that each instance has > shadow copy of local state stores, so the question: > > How InteractionQuery behaves in activated stand by replica case? does it > aware about replicated data and will be returning data from local > replicated store or it knows nothing about standby mode and will return > information that data situated on another host? >