模式配置
repository:
type: # 持久化仓库类型
props: # 持久化仓库所需属性
foo_key: foo_value
- 生产环境建议使用集群模式部署。
- 集群模式部署推荐使用
ZooKeeper
注册中心。 ZooKeeper
存在配置信息时,则以ZooKeeper
中的配置为准。
mode:
type: JDBC
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-cluster-mode-repository-zookeeper</artifactId>
<version>${shardingsphere.version}</version>
- ZooKeeper 注册中心安装与使用
- 持久化仓库类型的详情,请参见。