Re: Kafka Streaming: RocksDbSessionBytesStoreSupplier seems lost data in Kubernetes

2023-06-29 Thread Matthias J. Sax
The class `RocksDbSessionBytesStoreSupplier` is in package `internal` and thus, you should not use it directly. Instead, you should use the public factory class `org.apache.kafka.streams.state.Stores` However, your usage seems correct in general. Not sure why you pass-in the supplier directly

Kafka Streaming: RocksDbSessionBytesStoreSupplier seems lost data in Kubernetes

2023-06-28 Thread An, Hongguo (CORP)
Hi: I am using RocksDbSessionBytesStoreSupplier in my kafka streaming application for an aggregation like this: var materialized = Materialized.>as( new RocksDbSessionBytesStoreSupplier(env.getProperty("messages.cdc.pft.topic",