This is an automated email from the ASF dual-hosted git repository.

jonyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new c3403f6a5 Updated GetConfigurationResponse.java ##3098 (#3107)
c3403f6a5 is described below

commit c3403f6a50c1d5287231e64eab1f83897407e41c
Author: Piyush <[email protected]>
AuthorDate: Mon Feb 13 06:50:19 2023 +0530

    Updated GetConfigurationResponse.java ##3098 (#3107)
---
 .../runtime/admin/response/GetConfigurationResponse.java      | 11 -----------
 1 file changed, 11 deletions(-)

diff --git 
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/response/GetConfigurationResponse.java
 
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/response/GetConfigurationResponse.java
index df28b00fd..eb44e6992 100644
--- 
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/response/GetConfigurationResponse.java
+++ 
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/response/GetConfigurationResponse.java
@@ -42,17 +42,6 @@ public class GetConfigurationResponse {
     public int eventMeshGrpcServerPort;
     public boolean eventMeshGrpcServerUseTls;
 
-    //    public String eventMeshConnectorPluginType;
-    //    public String eventMeshSecurityPluginType;
-    //    public String eventMeshRegistryPluginType;
-    //    public String eventMeshRegistryPluginUsername = "";
-    //    public String eventMeshRegistryPluginPassword = "";
-    //    public Integer eventMeshRegisterIntervalInMills;
-    //    public Integer eventMeshFetchRegistryAddrInterval;
-    //    public List<String> eventMeshMetricsPluginType;
-    //    public String eventMeshTracePluginType;
-    //    public boolean eventMeshServerTraceEnable;
-
     @JsonCreator
     public GetConfigurationResponse(
             // Common Configuration


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to