RE: GlobalKTable with RocksDB - queries before state RUNNING?

2023-11-22 Thread Christian Zuegner
bably technically more correct. But in the end you really should just wait for the KafkaStreams.State to get to RUNNING before querying the state store, as that's the only true guarantee. Hope this helps! -Sophie On Tue, Nov 21, 2023 at 6:44 AM Christian Zuegner wrote: > Hi, > >

GlobalKTable with RocksDB - queries before state RUNNING?

2023-11-21 Thread Christian Zuegner
Hi, we have the following problem - a Kafka Topic ~20Megabytes is made available as GlobalKTable for queries. With using RocksDB the GKTable is ready for queries instantly even without having reading the data complete - all get() requests return null. After a few seconds the data is querieable