apache / rocketmq-client-go

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

sendMessageBack may failed in cloud env if using the StoreHost #1139

Open absolute8511 opened 3 months ago

absolute8511 commented 3 months ago

BUG REPORT

  1. Please describe the issue you observed:

    sendMessageBack in orderly consumer is using the StoreHost in msg, which will failed since in cloud env it is not reachable directly.

  2. Please tell us about your environment:

  3. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):