Re: Print RocksDb Stats

2019-07-29 Thread Bruno Cadonna
Hi Muhammed, RocksDB is not an in-memory store. If you use only InMemoryKeyValueStore, you are not using any RocksDB. Best, Bruno On Wed, Jul 17, 2019 at 3:26 PM Muhammed Ashik wrote: > > Hi I'm trying to log the rocksdb stats with the below code, but not > observing any logs.. > I'm enabling t

Re: Print RocksDb Stats

2019-07-18 Thread Guozhang Wang
Hello Muhammed, The community is working on KIP-444 that expose rocksDB metrics. There's an on-going PR that you may find helpful for your own implementation: https://github.com/apache/kafka/pull/6884 Guozhang On Wed, Jul 17, 2019 at 6:26 AM Muhammed Ashik wrote: > Hi I'm trying to log the r

Print RocksDb Stats

2019-07-17 Thread Muhammed Ashik
Hi I'm trying to log the rocksdb stats with the below code, but not observing any logs.. I'm enabling this as the off-heap memory grows indefinitely over a period of time. We were using inMemoryKeyValueStore only, I was not sure kafka-streams uses rockdb as default in memory store. Kafka Streams v