A) 9 servers sharing the 9 partitions
B) 2 servers consuming from 9 partitions each
I am running one consumer to consumer from multiple topics on each server.
My observation is that setup A is very stable and it doesn't have any missing messages nor does it have any incident where it stops consuming messages.
While for setup B, there is a possibility that messages from a few topics are not being consumed anymore, causing a break in the data flow. However, messages from other topics are being consumed normally.
There were no errors reported (thus no logs) and the consumer just silently stop consuming from a few random topics.
Would appreciate a response if anyone have any idea or require more information.
Question / Bug?
I am currently running 2 set ups:
A) 9 servers sharing the 9 partitions B) 2 servers consuming from 9 partitions each I am running one consumer to consumer from multiple topics on each server.
My observation is that setup A is very stable and it doesn't have any missing messages nor does it have any incident where it stops consuming messages.
While for setup B, there is a possibility that messages from a few topics are not being consumed anymore, causing a break in the data flow. However, messages from other topics are being consumed normally.
There were no errors reported (thus no logs) and the consumer just silently stop consuming from a few random topics.
Would appreciate a response if anyone have any idea or require more information.
Thank you!
Environment
Node version: v6.9.1
Kafka-node version: v2.2.3
Kafka version: v0.10.0.1
Cloud VMs running on RHEL 7.2
Number of Brokers: 3
Number partitions for topic: 9