zhouli11 opened a new pull request, #864: URL: https://github.com/apache/rocketmq-clients/pull/864
This PR completely refactors the existing Python SDK, including the following content: 1. It hides the implementation details of coroutines. Users do not need to understand asyncio API, It is simpler to use. 2. It provides asynchronous methods for sending, receiving, and acknowledging message. 3. It implements thread safety for using multiple producers and consumers in a multithreaded environment, the existing version can’t work under a multi-threaded environment. 4. It implements metrics based on OpenTelemetry. 5. It fixes some bugs, such as multiple connections for the same endpoints、 heartbeat failures and so on 6. It fixes the incorrect package dependencies. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org