Sentinel/sentinel-demo/sentinel-demo-apache-dubbo
Mr.Z 47100e64ba Improve async invocation support in sentinel-apache-dubbo-adapter (#1124)
* Improve async support for Dubbo 2.7.2 and above (not compatible with 2.7.0 and 2.7.1 due to the bad compatibility design of Dubbo Filter)
2019-12-23 17:45:48 +08:00
..
src/main/java/com/alibaba/csp/sentinel/demo/apache/dubbo Improve async invocation support in sentinel-apache-dubbo-adapter (#1124) 2019-12-23 17:45:48 +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 Improve async invocation support in sentinel-apache-dubbo-adapter (#1124) 2019-12-23 17:45:48 +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