python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 386 forks source link

feat: allow setting the buffer size #660

Closed teebee closed 2 years ago

teebee commented 2 years ago

Fixes https://github.com/python-zk/kazoo/issues/488

Why is this needed?

Currently, the result of a Zookeeper command is truncated after 8KiB.

Proposed Changes

https://github.com/python-zk/kazoo/issues/488#issuecomment-925782544

Does this PR introduce any breaking change?

No.

teebee commented 2 years ago

Going to fix the indentation.