Skip to content

Commit

Permalink
There is no metaStorage plugin of type "namesrv"
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalMCF authored Dec 1, 2023
1 parent 97ba401 commit 5998926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit 5998926

Please sign in to comment.