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();
*
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
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