Eric Zhao a0196b6b00 Bump version to 1.8.0-SNAPSHOT | vor 4 Jahren | |
---|---|---|
.. | ||
src/main/java/com/alibaba/csp/sentinel/demo/apache/dubbo | vor 4 Jahren | |
README.md | vor 5 Jahren | |
pom.xml | vor 4 Jahren |
This demo shows how to integrate Apache Dubbo 2.7.x or above version with Sentinel
using sentinel-apache-dubbo-adapter
module.
For the provider demo FooProviderBootstrap
, you need to add the following parameters when startup:
-Djava.net.preferIPv4Stack=true -Dproject.name=dubbo-provider-demo
For the consumer demo FooConsumerBootstrap
, you need to add the following parameters when startup:
-Djava.net.preferIPv4Stack=true -Dproject.name=dubbo-consumer-demo