标签: apache apache-curator
TransactionCreateBuilder似乎不支持“creatingParentsIfNeeded”。这是典型CreateBuilder支持的操作。我理想的想做:
curatorTransaction.create()。creatingParentsIfNeeded()。forPath(key,value).and()..
这有可能吗?或者它是对Zookeeper的限制(不支持原子路径操作)
谢谢!