Re: Kafka brokers on HTTP port

2015-07-16 Thread Chandrashekhar Kotekar
tml > > > > Edward > > > > On Thu, Jul 16, 2015 at 10:24 AM, Chandrashekhar Kotekar < > > shekhar.kote...@gmail.com> wrote: > > > > > Hi, > > > > > > In my project Kafka producers won't be in the same network of Kafka > &g

Kafka brokers on HTTP port

2015-07-16 Thread Chandrashekhar Kotekar
Hi, In my project Kafka producers won't be in the same network of Kafka brokers and due to security reasons other ports are blocked. I would like to know if it is possible to run Kafka brokers on HTTP port (8080) so that Kafka producers will send Kafka messages over HTTP and brokers can store the

Re: Query on broker info

2015-06-03 Thread Chandrashekhar Kotekar
Your question is somewhat vague. Can you please tell what exactly you are looking for? On 03-Jun-2015 7:59 PM, "Pavan Chenduluru" wrote: > Hi, > > I am new to apache kafka, and I want to get current status of kafka broker? > > > Can you help me this? > > Regards, > Pavan >

Re: Kafka behind AWS ELB

2015-05-04 Thread Chandrashekhar Kotekar
ere, like how you are > planning to use it. > > > Thanks, > > Mayuresh > > On Sat, May 2, 2015 at 9:08 PM, Chandrashekhar Kotekar < > shekhar.kote...@gmail.com> wrote: > > > Hi, > > > > I am new to Apache Kafka. I have played with it on my lapto

Re: Kafka brokers behind AWS ELB

2015-05-03 Thread Chandrashekhar Kotekar
allow direct traffic from clients to a brokers because clients need to > talk to a specific broker who has the interested partition. > > Jiangjie (Becket) Qin > > On 5/2/15, 11:10 AM, "Chandrashekhar Kotekar" > wrote: > > >Hi, > > > >I am new to Apa

Kafka behind AWS ELB

2015-05-02 Thread Chandrashekhar Kotekar
Hi, I am new to Apache Kafka. I have played with it on my laptop. I want to use Kafka in AWS. Currently we have tomcat web servers based REST API. We want to replace REST API with Apache Kafka, web servers are behind ELB. I would like to know if we can keep Kafka brokers behind ELB? Will it work

Kafka brokers behind AWS ELB

2015-05-02 Thread Chandrashekhar Kotekar
Hi, I am new to Apache Kafka. I have played with it on my laptop. I want to use Kafka in AWS. Currently we have tomcat web servers based REST API. We want to replace REST API with Apache Kafka, web servers are behind ELB. I would like to know if we can keep Kafka brokers behind ELB? Will it work