You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: