apache / rocketmq-client-go

Apache RocketMQ go client
https://rocketmq.apache.org/
Apache License 2.0
1.28k stars 409 forks source link

[ISSUE #1106] Send retry as a normal message when sendMessageBack fails #1107

Closed redlsz closed 3 months ago

redlsz commented 8 months ago

What is the purpose of the change

fix #1106

Brief changelog

Send retry as a normal message when sendMessageBack fails. (Refer to Java SDK)

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily. Notice, it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.

leizhiyuan commented 3 months ago

@lizhanhui @francisoliverlee @lizhimins

Please review it when you have time. We have already conducted the test.

lizhanhui commented 3 months ago

@leizhiyuan The behavior is aligning with Java counterparts, merged.