python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Kafka Streams RocksDB large state
Is it okay to hold large state in RocksDB when using Kafka Streams? We are planning to use RocksDB as an eventstore to hold billions of events for ininite of time.
akelleci
Votes: 0
Answers: 2
Kafka streams changelog consumption rate drops during state rebuilding
I recently started working with Kafka, and I'm having hard time debugging the changelog consumption rate drop during the state rebuild.
TL;DR: The shape of the graph from Grafana showing the changelog...
Battle_Slug
Votes: 0
Answers: 0
Performance issue in Golang's key-value store (Badger DB)
In badgerDB, we have billions of keys of type string and values of type HashValueList. In our use case length of HashValueList might be in millions. We have to encode key and value in []byte before in...

Vishal Jangid
Votes: 0
Answers: 1
Optimal RocksDB configuration for use as secondary "cache"
I am looking at using RocksDB (from Java in my case) as a secondary "cache" behind a RAM based first level cache. I do not expect any items in RocksDB to be dramatically more commonly access...
Tristpost
Votes: 0
Answers: 1