Hi @kirthi ,
In Spring Cloud Stream v3.2.5 the way to define an error handler was made more clear. You can now add a error-handler-definition
to each input binding that will receive the errors that occur.
Learn more in section 10 here (search for “Spring Cloud Stream v3.2.5 or higher”):
.
I would also recommend taking a look at this great blog by @giri which includes some nice diagrams that help ensure developers can understand what’s going on between the error handling options provided by the framework and the Solace binder:
Hope that helps and sorry for the confusion!