Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new python client version #862

Closed
wants to merge 8 commits into from
Closed

new python client version #862

wants to merge 8 commits into from

Conversation

zhouli11
Copy link
Contributor

@zhouli11 zhouli11 commented Nov 6, 2024

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.

@zhouli11
Copy link
Contributor Author

zhouli11 commented Nov 6, 2024

reput after some code style check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant