Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Repeated consumption of a previous successful consumption every 5 minutes for half an hour #1184

Open
hero-zhanghao opened this issue Dec 30, 2021 · 0 comments

Comments

@hero-zhanghao
Copy link

Spring boot Version : 2.5.0
Spring Cloud Version : 2020.0.3

I used Spring-Cloud-stream-binder - Kafka and Spring-cloud-stream-binder - Kafka-Streams for kafka production and consumption in the project.

I found in the log that several messages were repeatedly consumed, and they were under a group.

This keeps happening once every 5 minutes, a total of 5 repetitions of consume, plus the initial consume, a total of 6 times, a total of half an hour.

I configured the retry policy to be a maximum of 3 times and then sent to DLQ, but no error message was found.

What is the cause of this, or is there any way to help find some clues.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant