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

[Improve][DataProxy] Add the control of whether to retry and the count of retries for the failure message #8267

Closed
2 tasks done
gosonzhang opened this issue Jun 16, 2023 · 0 comments · Fixed by #8271
Closed
2 tasks done

Comments

@gosonzhang
Copy link
Contributor

Description

When DataProxy sends data to MQ, it will keep sending retries for requests that do not need to return a response until it succeeds. This operation will cause DataProxy to block sending, here, whether to allow retry and the number of retries to control the failure of data transmission is added. If it still fails after the specified number of retries, it will be discarded to avoid transmission blocking.

InLong Component

InLong DataProxy

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
Projects
None yet
1 participant