capmorganbih 7 hours ago

Our kafka isn’t reliable enough. I need to write data on disk before flushing it to kafka. Can I use this lis to write data to disk and then consume inside same jvm. I need data to live through restarts

3
kasey_junk 6 hours ago

You could but its not purpose built for that. You'd probably be happier using some other memory mapped file format for that.

capmorganbih 6 hours ago

Could you please suggest java library for this if you know one?

dingi 1 hour ago

Write your data to a MognoDB database. Then use the Kafka Mongo connector to pull data from MongoDB to Kafka.

sriram_malhar 6 hours ago

Can you explain what your issue is with Kafka? What makes it not reliable enough?

capmorganbih 6 hours ago

Kafka is good. The problem is we don’t have a dedicated person to manage it so sometimes we have kafka outages

jojohohanon 1 hour ago

There’s a whole conference in Vegas next week that want to sell you something.