users@kafka.apache.org
Subject: Re: How do you handle server down in producer
Not much you can do, right? Either buffer the Events in memory (for as much
memory as you have) or drop it.
IMHO if Kafka is a critical piece of your Infrastructure, it's hard to
solve the issue of what to do when it
Not much you can do, right? Either buffer the Events in memory (for as much
memory as you have) or drop it.
IMHO if Kafka is a critical piece of your Infrastructure, it's hard to
solve the issue of what to do when it goes down. Instead, engineer your
system so your Producers and Kafka Brokers are