Skip to content

Commit

Permalink
update connector runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed Apr 22, 2024
1 parent efb2049 commit 2c5f8c9
Show file tree
Hide file tree
Showing 12 changed files with 208 additions and 1,809 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@ public class CommonConfiguration {
@ConfigField(field = "server.retry.plugin.type")
private String eventMeshRetryPluginType = Constants.DEFAULT;

@ConfigFiled(field = "registry.plugin.server-addr", notEmpty = true)
@ConfigField(field = "registry.plugin.server-addr", notEmpty = true)
private String registryAddr = "";

@ConfigFiled(field = "registry.plugin.type", notEmpty = true)
@ConfigField(field = "registry.plugin.type", notEmpty = true)
private String eventMeshRegistryPluginType = "nacos";

@ConfigFiled(field = "registry.plugin.username")
@ConfigField(field = "registry.plugin.username")
private String eventMeshRegistryPluginUsername = "";

@ConfigFiled(field = "registry.plugin.password")
@ConfigField(field = "registry.plugin.password")
private String eventMeshRegistryPluginPassword = "";

public void reload() {
Expand Down

This file was deleted.

Loading

0 comments on commit 2c5f8c9

Please sign in to comment.