RE: How do you handle server down in producer

2013-04-08 Thread Jamie Wang
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

Re: How do you handle server down in producer

2013-04-04 Thread Philip O'Toole
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