[
https://issues.apache.org/jira/browse/KAFKA-7827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16743996#comment-16743996
]
Somnath Choudhuri commented on KAFKA-7827:
------------------------------------------
Topic has 3 replicas.
The error only happens is the broker that goes down
# Is a leader
# That broker is the first to be up when the cluster was started initially
> Consumer stops receiving messages when FIRST leader started is killed
> ---------------------------------------------------------------------
>
> Key: KAFKA-7827
> URL: https://issues.apache.org/jira/browse/KAFKA-7827
> Project: Kafka
> Issue Type: Bug
> Components: core
> Affects Versions: 1.1.0
> Environment: CentOS linux 7, Kafka 1.1.0
> Reporter: Somnath Choudhuri
> Priority: Major
>
> The Kafka consumer stops receiving messages IF the first broker that was
> physically brought up when the cluster was started is killed. The consumer
> receives the "missing" messages once that broker is brought back up. Bringing
> down other brokers in the cluster does not impact the consumer so long as
> quorum is maintained.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)