Is it possible to create all nodes in a path in one step? For example, my ZK is empty of any nodes. I want to create: /lorem/ipsum/foo/bar
Do I have to create each segment with iterative calls to ZK, or is there an easier way to build this?
Is it possible to create all nodes in a path in one step? For example, my ZK is empty of any nodes. I want to create: /lorem/ipsum/foo/bar
Do I have to create each segment with iterative calls to ZK, or is there an easier way to build this?