mode (?): # Default value is Standalonetype: # Type of mode configuration. Values could be: Standalone or Cluster
repository (?): # Persist repository configurationoverwrite: # Whether overwrite persistent configuration with local configuration
Standalone Mode
mode:
type: Standalone
repository:
type: # Type of persist repositoryprops: # Properties of persist repositoryfoo_key: foo_value
bar_key: bar_value
overwrite: # Whether overwrite persistent configuration with local configuration
Cluster Mode (recommended)
mode:
type: Cluster
repository:
type: # Type of persist repositoryprops: # Properties of persist repositorynamespace: # Namespace of registry centerserver-lists: # Server lists of registry centerfoo_key: foo_value
bar_key: bar_value
overwrite: # Whether overwrite persistent configuration with local configuration
Notes
Cluster mode deployment is recommended for production environment.
The ‘ZooKeeper’ registry center is recommended for cluster mode deployment.