kafka - tcp ports

2015-08-02 Thread madhavan kumar
hi all, i am monitoring the ports that are used by kafka server on my machine. When i do, sudo netstat -ntp | grep 9092 it shows, tcp0 0 192.168.122.1:9092 192.168.122.6:59158 ESTABLISHED 27413/java tcp0 0 192.168.122.1:9092 192.168.122.1:58338 ESTABLISHED

Re: Listen interface

2015-07-26 Thread madhavan kumar
solved it by removing host.name setting in server.properties.. now kafka is listening on all interfaces, as i expected... thank you all On Mon, Jul 27, 2015 at 8:03 AM, madhavan kumar wrote: > hi all, >On my ubuntu 14.04 machine, i have a virt-manager/libvirtd private > network run

Listen interface

2015-07-26 Thread madhavan kumar
hi all, On my ubuntu 14.04 machine, i have a virt-manager/libvirtd private network running. And that has made a virtual network interface, virbr0 with ip 192.168.122.1. in my kafka broker settings, i have set the host.name property to the host name of the machine. When i do netstat -lntp |

Remote kafka - Connection refused.

2015-04-23 Thread madhavan kumar
Dear all, I am trying to connect my python consumer to a remote kafka server. But in kafka/conn.py#reinit, the socket call socket.create_connection throws "connection refused" error. to confirm, it is not a firewall issue, i tried connecting to other servers (in the same machine as kafka server