Skip to content
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

[Bug] Fix the retry mechanism of the HttpSinkConnector. #5105

Closed
3 tasks done
cnzakii opened this issue Sep 12, 2024 · 0 comments · Fixed by #5106
Closed
3 tasks done

[Bug] Fix the retry mechanism of the HttpSinkConnector. #5105

cnzakii opened this issue Sep 12, 2024 · 0 comments · Fixed by #5106
Labels
bug Something isn't working

Comments

@cnzakii
Copy link
Contributor

cnzakii commented Sep 12, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Environment

Mac

EventMesh version

master

What happened

Due to the lack of communication between the retry callback and the response callback mechanism, the result after a retry failure is not handled correctly.

How to reproduce

The result of the retry failure cannot trigger a callback through the onException method.

Debug logs

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant