yfinkelstein / node-zookeeper

node.js client for Apache Zookeeper
MIT License
479 stars 111 forks source link

docs: access Zookeeper constants from ZooKeeper.constants #347

Closed maharjanraj closed 4 months ago

maharjanraj commented 4 months ago

Update Readme to use constants from Zookeeper.constants.*

Description

Since accessing constants directly from Zookeeper is deprecated, it is necessary to update the readme document to use constants from ZooKeeper.constants.*

Motivation and Context

Readme document still uses a deprecated way to access Zookeeper constants.

How Has This Been Tested?

Not needed

Types of changes

Checklist: