[ https://issues.apache.org/jira/browse/KAFKA-8274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16824270#comment-16824270 ]
Hrishikesh tiwary commented on KAFKA-8274: ------------------------------------------ Was this a planned restart or did the cluster crash? : Planned restart Was the consumer group active immediately before the restart or was it inactive for a while? : Consumer were already active What clients are you using? : I am using Java API Consumer How many messages were replayed? : It recosumed all messages commited so far on all 3 partitions of the topic. This is first time happpened, we generally restart Cluster once in a week but this never happened. > Old Committed messages got replayed after Kafka cluster Restart > --------------------------------------------------------------- > > Key: KAFKA-8274 > URL: https://issues.apache.org/jira/browse/KAFKA-8274 > Project: Kafka > Issue Type: Bug > Components: consumer > Affects Versions: 1.0.0 > Environment: PROD > Reporter: Hrishikesh tiwary > Priority: Major > > I got a very serious issue in PROD Env . after restarting the Kafka cluster > my old committed messages by same group if got replayed. > Its very shocking that if messages are already committed by a group id then > how comes same messages will be replayed by same group id. > I have a consumer which runs in web based application, at start up it starts > the consumer by providing a group id. there is only one group id for the > given web app. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)