-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
Abnormal consumption of the message bus can lead to infinite loop consumption, and no solution has been seen so far. Can we only write our own retry strategy? This is a commonly used feature, and based on the principle of out of the box use, it should be built into the framework, otherwise it will appear like a semi-finished product. In the generation environment, this practice should be avoided, as it can lead to catastrophic accidents if not handled properly*******
Describe the solution you'd like
Refer to the masstransit retry strategy
Additional context
The current design is completely unable to be directly applied to production