Description
Currently, I suppose by mistake, we use
org.apache.curator.utils.PathUtils#validatePath(java.lang.String) from curator-client
in ZookeeperDiscoverySpi. Generally, this discovery implementation doesn't depend on curator framework at all, except some test code. We should remove this dependency and add this utility method to our codebase.
Attachments
Issue Links
- links to