Offsets out of range with no configured reset policy for partitions

0

Getting this error when starting Kafka connect. I don't understand the cause of this. I have previously ran Kafka connect with no problem at all and there is nothing different that I did now. How can I troubleshoot this? Can anybody provide steps?

org.apache.kafka.clients.consumer.OffsetOutOfRangeException: Offsets out of range with no configured reset policy for partitions

Dane
asked 10 months ago985 views
1 Answer
0

Hi there,

The "OffsetOutOfRangeException" generally indicates that the consumer is lagging behind. This issue can be due to the offset have expired or if the topic log does not exist anymore. This can also occur due to issue at Kafka / connector side.

To further troubleshoot this, please create a support case with AWS using link[1] and include more detailed logs & more information about your setup.

[1] https://console.aws.amazon.com/support/home#/case/create

AWS
SUPPORT ENGINEER
Aman_A
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions