Skip to content

rocketmq-client-cpp-2.2.0

Latest
Compare
Choose a tag to compare
@ShannonDing ShannonDing released this 02 Apr 06:00
6579eb6

This release support TLS mode with OpenSSL for sending messages in sync model and consuming messages by push model. The stability of the core is further improved.

New Future:

  • ISSUE-273 Use OpenSSL to add support for SSL communication with the server .

Improvement:

  • 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.