RE: Producer / Consumer - connection management

2013-05-01 Thread Nicolas Berthet
n a disconnected state at startup.      Kindly, Nicolas Berthet -Original Message- From: Neha Narkhede [mailto:neha.narkh...@gmail.com] Sent: Tuesday, April 30, 2013 10:53 PM To: users@kafka.apache.org Subject: Re: Producer / Consumer - connection management > Basically, who and how

Re: Producer / Consumer - connection management

2013-04-30 Thread Neha Narkhede
> Basically, who and how is managing network disconnection / outage ? Short answer is that the producer is responsible for retrying connection establishment and it automatically does so when the network connection to the broker fails. There is a connection retry interval that you can use. Once tha

Producer / Consumer - connection management

2013-04-29 Thread Nicolas Berthet
Hi, I'd like a few details about consumers (high level) and producers (both sync and async), I'm using Kafka 0.7.2. Basically, who and how is managing network disconnection / outage ? For example, I've been playing with sync producer, and I realized that it can't be created when there's a netw