Control polling logic based on processing ack #1661
Unanswered
prakashelango
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
current implementation,
No fallback of messages to sqs and processing again by other containers, we needed an exactly once processing to downstream.
Problem:
3.Because of retry looping at higher rate on same record in-flight messages are too high.
Question:
How can we control or paced demand polling from sqs only if 500 messages successfully processed and emitted to downstream, or Not to overwhelm in retry and cause higher failure.
Can someone help on this please.
I took a look at https://quarkus.io/blog/mutiny-back-pressure/ however this looks outdated with latest mutiny.
Beta Was this translation helpful? Give feedback.
All reactions