Hacker News new | ask | show | jobs
by roozbeh18 227 days ago
Just checked my single node Kafka setup which currently handles 695.27k e/s (average daily) into elasticsearch without breaking a sweat. kafka has been the only stable thing in this whole setup.

zeek -> kafka -> logstash -> elastic

2 comments

how is node failure handled? is this using KRaft or ZK?
out of curiosity, what does your service do that it handles almost 700K events/sec?