spring-cloud / spring-cloud/spring-cloud-stream
Expose RabbitAdmin retry template
@garyrussell is already working on this.
Since Mar 20, 2022.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 646
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 8
Description
Spring Cloud Bus rabbit binder fails to recover from an extended network outage. If the outage is long enough for RabbitMQ to have deleted the exclusive queue, because it detected the client had gone away, then the queue is declared again. I originally posted this on Stackoverflow (https://stackoverflow.com/questions/53819877/spring-cloud-bus-fails-to-recover-after-network-outage/53822073#53822073). Gary Russel pointed out that RabbitAdmin retry policy is not configurable and is giving up after 5 retries.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.