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

liuhongyu pushed a commit to branch feat/refactor
in repository https://gitbox.apache.org/repos/asf/shenyu.git

commit cbbd386077cd819f0c82499d2eb29fb5fadb8ac8
Author: liuhy <[email protected]>
AuthorDate: Thu Jan 8 16:23:02 2026 +0800

    refactor: streamline logging in Shenyu plugin lifecycle methods
---
 shenyu-bootstrap/src/main/resources/application.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/shenyu-bootstrap/src/main/resources/application.yml 
b/shenyu-bootstrap/src/main/resources/application.yml
index 1bc92b6fd3..4655938bde 100644
--- a/shenyu-bootstrap/src/main/resources/application.yml
+++ b/shenyu-bootstrap/src/main/resources/application.yml
@@ -194,9 +194,9 @@ shenyu:
 #      workerCount: 8
 #      daemon: true
   register:
-    enabled: true
-    registerType: http
-    serverLists: http://localhost:9095
+    enabled: false
+    registerType: zookeeper #etcd #consul
+    serverLists: localhost:2181 #http://localhost:2379 #localhost:8848
     props:
   cross:
     enabled: true

Reply via email to