Group Coordinator Fail Recovery on 0.11.0.1

2017-10-18 Thread Fabio Yamada
Hi, Is there any configuration to allow the new client design group coordinator recover after a crash? I have a testing topology with 3 brokers and once the Group Coordinator crash, the topic gets correctly re balanced, producer not affected, but the consumer group stop receiving messages. Monit

Re: "Persistence strategy" clarification

2017-10-25 Thread Fabio Yamada
Hi Andrea, Although I'm not experienced in Kafka I could find reference in the docs to explain the behavior you experienced in the graph analysis. Following an excerpt from the official documentation: Understanding Linux OS Flush Behavior In Li

Re: Issue in kafka

2018-03-07 Thread Fabio Yamada
Hi Subash, First try to check if your zookeeper has your kafka broker registered: /opt/zookeeper/bin/zkCli.sh -server localhost:2181 <<< "ls /brokers/ids" The output should list your brokers. In your case [0]. In my dev env I have 3 brokers. [zk: localhost:2181(CONNECTED) 0] ls /brokers/ids [0

Re: information about kafka

2018-03-19 Thread Fabio Yamada
We live as streams but we have a tendency to think on batch. Batch might be faster, but the reality is streams. Philosophical questions, philosophical answers. :) On Mar 19, 2018 16:10, "Subash Konar" wrote: > There are two systems as of now > 1.Stream processing (continuous live data comin