Sentinel/sentinel-demo/sentinel-demo-apache-dubbo
Eric Zhao 9b7786259e Bump version to 1.8.5-SNAPSHOT
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2022-08-08 09:52:51 +08:00
..
src/main/java/com/alibaba/csp/sentinel/demo/apache/dubbo Support customized origin parser in Apache Dubbo 2.7.x adapter and unify config (#1617) 2020-08-19 10:31:40 +08:00
README.md Add demo module for integration with Apache Dubbo 2.7.x and above version 2019-03-27 14:20:13 +08:00
pom.xml Bump version to 1.8.5-SNAPSHOT 2022-08-08 09:52:51 +08:00

README.md

Sentinel Apache Dubbo Demo

This demo shows how to integrate Apache Dubbo 2.7.x or above version with Sentinel using sentinel-apache-dubbo-adapter module.

Run the demo

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