Hi Alex, You can use vanilla Apache ZooKeeper. The class FlinkZooKeeperQuorumPeer is only used if you start ZooKeeper via the provided script bin/zookeeper.sh. FlinkZooKeeperQuorumPeer does not add any functionality except creating ZooKeeper's myid file.
Best, Gary On Wed, Mar 21, 2018 at 12:02 PM, Alexander Smirnov < alexander.smirn...@gmail.com> wrote: > Hi, > > For standalone cluster configuration, is it possible to use vanilla Apache > Zookeeper? > > I saw there's a wrapper around it in Flink - FlinkZooKeeperQuorumPeer. Is > it mandatory to use it? > > Thank you, > Alex >