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 387 forks source link

Listening on 0.0.0.0 causes permission issues #416

Open RaphiStein opened 7 years ago

RaphiStein commented 7 years ago

Concerning: https://github.com/python-zk/kazoo/blob/master/kazoo/handlers/utils.py#L151

Listening on 0.0.0.0 requires elevated permissions on many machines.

Is there any way to disable this and perhaps just listen on 127.0.0.1?