[Help] How can I add an individual ErrorHandler for each SqsListener in 3.X? #933
rodrigo-rufino
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to add an individual
ErrorHandler
for each listener?I'd like to increment some metrics in some specific queues, but the only documentation I found about handling errors seems to indicate that we can have only one
ErrorHandler
: https://docs.awspring.io/spring-cloud-aws/docs/3.0.2/reference/html/index.html#error-handlingAm I missing something?
Beta Was this translation helpful? Give feedback.
All reactions