[jira] [Commented] (KAFKA-1193) Data loss if broker is killed using kill -9

2013-12-28 Thread Hanish Bansal (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858064#comment-13858064 ] Hanish Bansal commented on KAFKA-1193: -- If i don't perform 5th step (i.e. If there is

[jira] [Commented] (KAFKA-1193) Data loss if broker is killed using kill -9

2013-12-28 Thread Jun Rao (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858045#comment-13858045 ] Jun Rao commented on KAFKA-1193: Do you see the following in the controller log? This indi

Re: Kafka Setup

2013-12-28 Thread Joe Stein
Hi Padma, a lot of this depends on what your existing systems are doing now and which are producing and who will be consuming or what new consumers and producer will do. One approach is to use Apache Mesos http://mesos.apache.org/ to manage producer and consumer applications. The Kafka brokers

Kafka Setup

2013-12-28 Thread padma priya chitturi
Hi All, I have a question on kafka setup. Suppose i have 3 node cluster and kafka brokers running on all the nodes (one on each node), on which node should i run the zookeeper ? Is it on one of the 3 nodes or on the node outside the 3 nodes as the zookeeper coordinates brokers. Also where the pr