Subscribe me

2014-01-13 Thread Matan Amir
Please subscribe me.

Re: Broker Interface Binding

2012-12-17 Thread Matan Amir
2:32 PM, Matan Amir wrote: > While hostname is useful to direct traffic via Zookeeper to specific > hostname/IP it does not cause Kafka to only listen on that IP. It will > still bind to all interfaces on the box. > > I guess the solution is to firewall it for now... > > &

Re: Broker Interface Binding

2012-12-14 Thread Matan Amir
0.7, you can set hostname in the broker config. > > Thanks, > > Jun > > On Thu, Dec 13, 2012 at 11:50 AM, Matan Amir wrote: > > > Hi All, > > > > I've scanned the code a little (0.7.2) but couldn't find a parameter to > > force the broker to

Broker Interface Binding

2012-12-13 Thread Matan Amir
Hi All, I've scanned the code a little (0.7.2) but couldn't find a parameter to force the broker to bind to a specific network interface rather than listen on all. Was this added to 0.8? I was hoping for something like ZK's clientPortAddress configuration parameter. Cheers, Matan

Re: Consumer Hanging (yes, read the FAQ)

2012-11-29 Thread Matan Amir
A popular case is that the thread isn't catching thrown Exceptions in run() - which causes the thread to be restarted in a typical Executor configuration - and does not pull any more items. Is that the case? On Thu, Nov 29, 2012 at 11:48 AM, Juan Valencia wrote: > -- Forwarded message -