karsonto commented on code in PR #4862: URL: https://github.com/apache/eventmesh/pull/4862#discussion_r1578851497
########## eventmesh-runtime/conf/eventmesh.properties: ########## @@ -85,6 +85,14 @@ eventMesh.metaStorage.plugin.server-addr=127.0.0.1:8848 eventMesh.metaStorage.plugin.username=nacos eventMesh.metaStorage.plugin.password=nacos +# metaStorage plugin: raft +#eventMesh.metaStorage.raft.dataPath=/tmp/server1 +#eventMesh.metaStorage.raft.self=127.0.0.1:9091 +#eventMesh.metaStorage.raft.members=127.0.0.1:9092,127.0.0.1:9093 +#eventMesh.metaStorage.raft.electionTimeout=5 +#eventMesh.metaStorage.raft.snapshotInterval=30 +#eventMesh.metaStorage.raft.refreshLeaderInterval=3 + Review Comment: Yes, this example was configured locally for ease of testing, and it should be more appropriate to keep the same port numbers -- 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: issues-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org For additional commands, e-mail: issues-h...@eventmesh.apache.org