Skip to main content

Release Notes - Apache RocketMQ Client CPP- Version 2.2.0

· One min read

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

Improvement

  • [ISSUE-273] - Use OpenSSL to add support for SSL communication with the server .
  • [ISSUE-291] - Use separate factory for trace producer of push consumer.

Bug

  • [ISSUE-284] - Fix the issue that sometime the log in rebalance will cause core dump.
  • [ISSUE-286] - Add null pointer check before push consumer shutdown.