Could you please suggest java library for this if you know one?
Kafka is good. The problem is we don’t have a dedicated person to manage it so sometimes we have kafka outages
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
Could you please suggest java library for this if you know one?
Kafka is good. The problem is we don’t have a dedicated person to manage it so sometimes we have kafka outages
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