schema:
name: # JDBC data source alias. Optional, if it is not configured, logic_db is used as the schemaName by default, this parameter can help the configuration shared between JDBC driver and Proxymode:
type: # Memory
Standalone mode
schema:
name: # JDBC data source alias. Optional, if it is not configured, logic_db is used as the schemaName by default, this parameter can help the configuration shared between JDBC driver and Proxymode:
type: # Standalonerepository:
type: # Standalone Configuration persist type, such as: File
props:
path: # Configuration persist pathoverwrite: true# Local configurations overwrite file configurations or not; if they overwrite, each start takes reference of local configurations.
Cluster mode
schema:
name: # JDBC data source alias. Optional, if it is not configured, logic_db is used as the schemaName by default, this parameter can help the configuration shared between JDBC driver and Proxymode:
type: # Clusterrepository:
type: # Cluster persist type. Such as : Zookeeper,Etcd
props:
namespace: # Cluster instance namespaceserver-lists: # Zookeeper or Etcd server list. including IP and port number; use commas to separateoverwrite: true# Local configurations overwrite config center configurations or not; if they overwrite, each start takes reference of local configurations.