-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Retry support to HTTP SendMessage processor and TCP MessageTransfer task #528
Labels
enhancement
New feature or request
Comments
jinrongluo
added a commit
to jinrongluo/incubator-eventmesh
that referenced
this issue
Sep 20, 2021
PR created for this issue. please review. Thanks. |
jinrongluo
added a commit
to jinrongluo/incubator-eventmesh
that referenced
this issue
Sep 20, 2021
jinrongluo
added a commit
to jinrongluo/incubator-eventmesh
that referenced
this issue
Sep 27, 2021
xwm1992
pushed a commit
that referenced
this issue
Sep 30, 2021
* [Issue #337] Fix HttpSubscriber startup issue * [Issue #337] test commit * [Issue #337] revert test commit * [Issue #337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook * [Issue #337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook * [Issue #337] Address code review comment for Subscriber Demo App * [Issue #528] enhance Retry support for HTTP and TCP processors. * [Issue #528] fixing checkstyle issue * [Issue #528] Fix taskExecuteTime in TCP ClientGroupWrapper UpStreamMsgContext Co-authored-by: j00441484 <[email protected]>
PR merged. close issue. thanks. |
xwm1992
pushed a commit
to xwm1992/EventMesh
that referenced
this issue
Dec 27, 2021
…apache#529) * [Issue apache#337] Fix HttpSubscriber startup issue * [Issue apache#337] test commit * [Issue apache#337] revert test commit * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook * [Issue apache#337] Address code review comment for Subscriber Demo App * [Issue apache#528] enhance Retry support for HTTP and TCP processors. * [Issue apache#528] fixing checkstyle issue * [Issue apache#528] Fix taskExecuteTime in TCP ClientGroupWrapper UpStreamMsgContext Co-authored-by: j00441484 <[email protected]>
xwm1992
pushed a commit
that referenced
this issue
Aug 4, 2022
* [Issue #337] Fix HttpSubscriber startup issue * [Issue #337] test commit * [Issue #337] revert test commit * [Issue #337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook * [Issue #337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook * [Issue #337] Address code review comment for Subscriber Demo App * [Issue #528] enhance Retry support for HTTP and TCP processors. * [Issue #528] fixing checkstyle issue * [Issue #528] Fix taskExecuteTime in TCP ClientGroupWrapper UpStreamMsgContext Co-authored-by: j00441484 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement Request
Currently in Eventmesh-runtime, Retry logic is added to the following functions:
But HTTP SendMessage processors and TCP MessageTransfer task don't have Retry support.
Is your enhancement request related to a problem? Please describe
This issue is to add Retry support to
Describe the solution you'd like
This issue is to add Retry support to
The text was updated successfully, but these errors were encountered: