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