You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2022/08/28 02:18:52 UTC

[dubbo-samples] branch master updated: Fix props

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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 12b646ff Fix props
12b646ff is described below

commit 12b646ff08cc1595dc2efd86a02986b92ca490c0
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Sun Aug 28 10:18:48 2022 +0800

    Fix props
---
 dubbo-samples-triple-reactor/case-configuration.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-samples-triple-reactor/case-configuration.yml b/dubbo-samples-triple-reactor/case-configuration.yml
index 688605b7..8e4c9218 100644
--- a/dubbo-samples-triple-reactor/case-configuration.yml
+++ b/dubbo-samples-triple-reactor/case-configuration.yml
@@ -32,7 +32,7 @@ services:
       - dubbo-samples-triple-reactor:2181
       - dubbo-samples-triple-reactor:50052
     systemProps:
-      - zookeeper.host=dubbo-samples-triple-reactor
+      - zookeeper.address=dubbo-samples-triple-reactor
       - zookeeper.port=2181
     depends_on:
       - dubbo-samples-triple-reactor


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org