Skip to main content

Release Notes - Apache RocketMQ Client Go- Version 2.0.0

· One min read

Below is a summary of the issues addressed in the version 2.0.0 release of RocketMQ Client Go. For full documentation of the release, a guide to get started, please refer to Quick Start.

Improvement

Bug

  • [ISSUE-438] - Add WithNameServerDomain for producer opt.
  • [ISSUE-437] - Fix the issue that can not consume the messages in the retry topic.
  • [ISSUE-445] - UpdateNameServerAddress shoule be called before producer start to avoid to lead to a panic.
  • [ISSUE-449] - Correct msgid using unique id.
  • [ISSUE-450] - Ignore eof error when conn closed.
  • [ISSUE-462] - Fix the trace message was send failed.