Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

getting following messages in the kafka logs, is this related to data loss org.apache.kafka.common.errors.NotEnoughReplicasException: Number of insync replicas for partition [__consumer_offsets,18] is [1], below required minimum [3]

avatar
Explorer
 
1 ACCEPTED SOLUTION

avatar

@akshay singh

The error indicates that your replication is falling behind,this exception doesn't really imply that a broker is down, it can likewise mean that an excessive number of copies for that topic partition have fallen behind the leader with some reason.

View solution in original post

2 REPLIES 2

avatar

@akshay singh

The error indicates that your replication is falling behind,this exception doesn't really imply that a broker is down, it can likewise mean that an excessive number of copies for that topic partition have fallen behind the leader with some reason.

avatar
Super Guru
Labels