Re: Kafka Streams, read standby time window store

2023-09-06 Thread Igor Maznitsa
Hi Bruno Looks like that I have found error in my code. The error was that I split create of  StoreQueryParameters and my code looked like snippet below /*var query = StoreQueryParameters.fromNameAndType(TABLE_NAME, queryableStoreType);*/ /*if (useStale) {*/ /*    query.enableStaleStore(); *

Messages sent to the wrong topic-partitions during broker outage

2023-09-06 Thread Oleksandr Shulgin
Hello! We are facing a really weird issue with our production Kafka cluster (60x AWS EC2 instances split evenly across 3 "racks" / Availability Zones, with EBS storage). The Kafka server and client version is 3.3.2. Around 10 days ago one of the brokers all of a sudden became very slow as it was

Re: Kafka Streams, read standby time window store

2023-09-06 Thread Bruno Cadonna
Hi Igor, Sorry to hear you have issues with querying standbys! I have two questions to clarify the situation: 1. Did you enable querying stale stores with StoreQueryParameters.fromNameAndType(TABLE_NAME, queryableStoreType).enableStaleStores() as described in the blog post? 2. Since you a