Duansg commented on PR #3848: URL: https://github.com/apache/hertzbeat/pull/3848#issuecomment-3528289369
Regarding the retry strategy here, an exponential backoff strategy can be implemented on the consumer side to prevent rapid failures caused by unknown exceptions in the queue implementation strategy from resulting in busy waiting on the consumer side. I will attempt to modify and enhance this strategy in subsequent iterations. @tomsun28 @starryCoder Do you have any suggestions regarding the improvements I mentioned above? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
