This is an automated email from the ASF dual-hosted git repository.
zrlw 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 a4260adb3 fix standardize QoS configuration value in hystrix sample
(#1236)
a4260adb3 is described below
commit a4260adb32e55fa82ef3354c46030d017c2d1650
Author: CAICAII <[email protected]>
AuthorDate: Tue Jul 22 14:07:49 2025 +0800
fix standardize QoS configuration value in hystrix sample (#1236)
---
.../src/main/resources/spring/hystrix-dubbo-provider.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/4-governance/dubbo-samples-spring-hystrix/src/main/resources/spring/hystrix-dubbo-provider.properties
b/4-governance/dubbo-samples-spring-hystrix/src/main/resources/spring/hystrix-dubbo-provider.properties
index e738ed407..5548ca827 100644
---
a/4-governance/dubbo-samples-spring-hystrix/src/main/resources/spring/hystrix-dubbo-provider.properties
+++
b/4-governance/dubbo-samples-spring-hystrix/src/main/resources/spring/hystrix-dubbo-provider.properties
@@ -17,7 +17,7 @@
#
#
dubbo.application.name=hystrix-annotation-provider
-dubbo.application.qos.enable=disable
+dubbo.application.qos.enable=false
dubbo.registry.address=zookeeper://${zookeeper.address:127.0.0.1}:2181
dubbo.protocol.name=dubbo
dubbo.protocol.port=20885
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]