• Home
  • Cloud
  • Big Data
  • CI
  • Install
  • Samples
  • Java
  • Ubuntu
  • Maven
  • Archive
ZooKeeper | Curator Framework: Delete a zNode [delete]
  1. Notes
  2. Example

  1. Notes:
    The code bellow let you delete a zNode.

    You will get this error if the zNode doesn't exist in ZooKeeper:
    You will get this error if the zNode is not empty (contains children):
    In order for the code bellow to work:
    ► Make sure to update the "CONNECT_STRING" variable with your information.
  2. Example
    Here's an example of how to delete a zNode:
© 2010-2022  mtitek