This is an automated email from the ASF dual-hosted git repository.
pandaapo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 599892675 There is no metaStorage plugin of type "namesrv"
599892675 is described below
commit 5998926750cc2f77625a0bdfe82be5838dab28db
Author: VishalMCF <[email protected]>
AuthorDate: Fri Dec 1 06:26:27 2023 +0530
There is no metaStorage plugin of type "namesrv"
---
.../java/org/apache/eventmesh/common/config/CommonConfiguration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/config/CommonConfiguration.java
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/config/CommonConfiguration.java
index 47f52de4c..338edf353 100644
---
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/config/CommonConfiguration.java
+++
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/config/CommonConfiguration.java
@@ -59,7 +59,7 @@ public class CommonConfiguration {
private String metaStorageAddr = "";
@ConfigFiled(field = "metaStorage.plugin.type", notEmpty = true)
- private String eventMeshMetaStoragePluginType = "namesrv";
+ private String eventMeshMetaStoragePluginType = "nacos";
@ConfigFiled(field = "metaStorage.plugin.username")
private String eventMeshMetaStoragePluginUsername = "";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]