Skip to content

rocketmq-client-python-2.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ShannonDing ShannonDing released this 17 Dec 13:29

This version is the first official Python client of rocketmq using ctypes to encapsulate the API Implementation of C, and this release provides the following features:

  1. Supports sending and consuming traditional messages;
  2. Supports sending and consuming orderly messages;
  3. Supports sending and consuming transaction messages;
  4. Supports sending and consuming delayed messages;
  5. Supports python2 and python3 env;
  6. Supports installing SDK by pip.