seninel部署
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eric Zhao a0196b6b00 Bump version to 1.8.0-SNAPSHOT 4 anni fa
..
src/main/java/com/alibaba/csp/sentinel/demo/apache/dubbo Improve async invocation support in sentinel-apache-dubbo-adapter (#1124) 4 anni fa
README.md Add demo module for integration with Apache Dubbo 2.7.x and above version 5 anni fa
pom.xml Bump version to 1.8.0-SNAPSHOT 4 anni fa

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