Bumps [dubbo](https://github.com/apache/dubbo) from 2.7.3 to 2.7.18. - [Release notes](https://github.com/apache/dubbo/releases) - [Changelog](https://github.com/apache/dubbo/blob/3.1/CHANGES.md) - [Commits](https://github.com/apache/dubbo/compare/dubbo-2.7.3...dubbo-2.7.18) --- updated-dependencies: - dependency-name: org.apache.dubbo:dubbo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src/main/java/com/alibaba/csp/sentinel/demo/apache/dubbo | ||
| README.md | ||
| pom.xml | ||
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