You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: