spring-cloud / spring-cloud-stream

Framework for building Event-Driven Microservices
http://cloud.spring.io/spring-cloud-stream
Apache License 2.0
988 stars 603 forks source link

RetryListener not bound to consumer's RetryTemplate in Spring Cloud Stream functional model #2853

Open kabennett opened 9 months ago

kabennett commented 9 months ago

Please see this stackoverflow for a description of this bug. In a response to this stackoverflow, @olegz requested that I open up an issue to address this.

sobychacko commented 9 months ago

@kabennett Could you create a small sample application where the issue is reproduced with the functional model?

sobychacko commented 6 months ago

@kabennett Any updates?