Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(consumer): Ensure backpressure is properly handled in stale messa…
…ge routing (#83271) Previously we were not handling the case where a `MessageRejected` error which signals backpressure from downstream steps might be received in the dlq stale messages strategy. If this happens we can just ignore the error, we will retry on the next loop.
- Loading branch information