python-zk/kazoo

Connecting to read only zookeeper

FatemeMirzaeii opened this issue · 1 comments

I'm trying to connect to a zookeeper cluster in read_only mode, but with read_only=True flag I got an Exception:
"Exception raised during deserialization of request: Connect()"
and then connection will dropped.
What is the problem?

Specifications

  • Kazoo version: tested with 2.8.0 and 2.9.0
  • Zookeeper version: 3.9.1 and 3.7

Hello,

There is not enough information for us to be of any help, please try to follow the issue template... Anyway, I would recommend checking your ZK configuration, I just remembered some things might be needed for RO sessions.