pboutes opened a new pull request #380:
URL: https://github.com/apache/curator/pull/380


   Adds a `useParentCreation` boolean flag to control the parent creation.
   
   If this flag is set to `false`, the `PersistentNode` won't create the 
underlying znodes with the `createParentContainersIfNeeded()`, meaning that the 
parent znodes will have to exist beforehand in order for the `PersistentNode` 
to succeed its creation.
   
   The `useParentCreation` flag is set to `true` by default.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to