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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]