asyncio-nats-client 0.11.5
0
NATS client for Python Asyncio
Contents
NATS client for Python Asyncio
Stars: 877, Watchers: 877, Forks: 185, Open Issues: 125The nats-io/nats.py
repo was created 8 years ago and the last code push was 4 days ago.
The project is popular with 877 github stars!
How to Install asyncio-nats-client
You can install asyncio-nats-client using pip
pip install asyncio-nats-client
or add it to a project with poetry
poetry add asyncio-nats-client
Package Details
- Author
- Waldemar Quevedo
- License
- Apache 2 License
- Homepage
- https://github.com/nats-io/nats.py
- PyPi:
- https://pypi.org/project/asyncio-nats-client/
- GitHub Repo:
- https://github.com/nats-io/nats.py
Classifiers
Related Packages
Errors
A list of common asyncio-nats-client errors.
Code Examples
Here are some asyncio-nats-client
code examples and snippets.
GitHub Issues
The asyncio-nats-client package has 125 open issues on GitHub
- DEFAULT_PENDING_SIZE is not enforced
- Publish message doesnt work when calling connect and publish in diff function
- unsubscribe with limit does not work
- JetStream and ConsumerConfig question
- [Question] Provide max_msgs through jetstream subscriber
- support the async context manager protocol in aio.client.Client