robotLJW commented on a change in pull request #1197: URL: https://github.com/apache/servicecomb-service-center/pull/1197#discussion_r776946281
########## File path: etc/conf/syncer.yaml ########## @@ -1,56 +1,16 @@ -# run mode, supports (single, cluster) -mode: signle -# node name, must be unique on the network -node: syncer-node -# Cluster name, clustering by this name -cluster: syncer-cluster -dataDir: ./syncer-data/ -listener: - # Address used to network with other Syncers in LAN - bindAddr: 0.0.0.0:30190 - # Address used to network with other Syncers in WAN - advertiseAddr: "" - # Address used to synchronize data with other Syncers - rpcAddr: 0.0.0.0:30191 - # Address used to communicate with other cluster peers - peerAddr: 127.0.0.1:30192 - tlsMount: - enabled: false - name: syncer -join: - enabled: false - # Address to join the network by specifying at least one existing member - address: 127.0.0.1:30190 - # Limit the maximum of RetryJoin, default is 0, means no limit - retryMax: 3 - retryInterval: 30s -task: - kind: ticker - params: - # Time interval between timing tasks, default is 30s - - key: interval - value: 30s -registry: - plugin: servicecenter - address: http://127.0.0.1:30100 - tlsMount: - enabled: false - name: servicecenter -tlsConfigs: - - name: syncer - verifyPeer: true - minVersion: TLSv1.2 - caFile: ./certs/trust.cer - certFile: ./certs/server.cer - keyFile: ./certs/server_key.pem - passphrase: "" - ciphers: - - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - - TLS_RSA_WITH_AES_256_GCM_SHA384 - - TLS_RSA_WITH_AES_128_GCM_SHA256 - - name: servicecenter - verifyPeer: false - caFile: ./certs/trust.cer - certFile: ./certs/server.cer - keyFile: ./certs/server_key.pem \ No newline at end of file +sync: + datacenter: Review comment: 这边是不是要加个 EnabledOnStart 开启? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
