An etcd3 grpc-gateway v3 API Python client
b5ff7f1625
When the watcher receives a huge payload from the Etcd server, the payload may be split into 2 chunks: the first chunk contains the json data, and the second contains only a newline (\n). Skip these empty lines because json.loads raises an uncaught exception and the thread fails silently. Closes-Bug: #2072492 Change-Id: Iced7f057cbe928033b7a8bb8fe7086a8a1d3c4c5 |
||
---|---|---|
doc | ||
etcd3gw | ||
releasenotes | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
.zuul.yaml | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup-etcd-env.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
======================== Team and repository tags
.. image:: https://governance.openstack.org/tc/badges/oslo.config.svg :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
=========================== etcd3 gateway Python Client
.. image:: https://img.shields.io/pypi/v/etcd3gw.svg :target: https://pypi.org/project/etcd3gw/ :alt: Latest version
.. image:: https://img.shields.io/pypi/dm/etcd3gw.svg :target: https://pypi.org/project/etcd3gw/ :alt: Downloads
The etcd3gw library provides a python client for etcd3 grpc-gateway v3 API.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/etcd3gw/latest/
- Source: https://opendev.org/openstack/etcd3gw/
- Bugs: https://bugs.launchpad.net/python-etcd3gw
- Release notes: https://docs.openstack.org/releasenotes/etcd3gw/