在大型项目中必须创建多少个 CuratorFramework?

How many CuratorFramework must be created within a large scale project?

我们正在创建大型项目。 spring-使用curator与zk服务器交互的启动项目,我们应该创建多少个CuratorFramework实例? CuratorFramework 实例可以处理什么级别的工作?

如策展人网站上所述 - http://curator.apache.org/curator-framework/index.html - "CuratorFramework instances are fully thread-safe. You should share one CuratorFramework per ZooKeeper cluster in your application."