Sentinel/sentinel-demo/sentinel-demo-apache-dubbo
dependabot[bot] ee9ea81746 build(deps): Bump dubbo to 2.7.18 in sentinel-demo/sentinel-demo-apache-dubbo (#2923)
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>
2023-12-27 20:40:26 +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 build(deps): Bump dubbo to 2.7.18 in sentinel-demo/sentinel-demo-apache-dubbo (#2923) 2023-12-27 20:40:26 +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