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

Re: Kafka brokers on HTTP port

2015-07-16 Thread Edward Ribeiro
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 them until consumers consume them. I tried to search for this type of question

Re: Kafka brokers on HTTP port

2015-07-16 Thread Chandrashekhar Kotekar
, 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 brokers and due to security reasons other ports are blocked. I would like to know if it is possible to run Kafka brokers

Re: Kafka brokers on HTTP port

2015-07-16 Thread Ewen Cheslack-Postava
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 them until consumers consume them. I tried to search for this type of question in mailing list but couldn't find

Re: Kafka brokers on HTTP port

2015-07-16 Thread Ewen Cheslack-Postava
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 them until