yyqdbngt opened a new pull request, #1071: URL: https://github.com/apache/rocketmq-dashboard/pull/1071
sendMessage delivered the message to the broker and then recorded an audit entry; if the audit write failed, the whole call threw a 500 even though the message was already sent, so callers retried and produced duplicates. The audit call is now best-effort and can no longer fail an already-delivered send. Includes a unit test. -- 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]
