eventmesh
eventmesh copied to clipboard
[ISSUE #4556]Implemented retry strategy based on pulsar message middleware
Fixes #4556
Motivation
Earlier the retry strategy based on pulsar middleware were only supported
Modifications
Implemented retry strategy based on the Pulsar message middleware.
Documentation
- Does this pull request introduce a new feature? (yes / no)
- If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
- If a feature is not applicable for documentation, explain why?
- If a feature is not documented yet in this PR, please create a followup issue for adding the documentation
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
e837f34) 17.59% compared to head (9db6598) 16.37%. Report is 14 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #4769 +/- ##
============================================
- Coverage 17.59% 16.37% -1.23%
+ Complexity 1774 1734 -40
============================================
Files 797 856 +59
Lines 29786 31265 +1479
Branches 2573 2700 +127
============================================
- Hits 5242 5120 -122
- Misses 24063 25665 +1602
+ Partials 481 480 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR only implements a part of issue #4556, so please create a new issue and "Fixes it".