|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| src | %!s(int64=2) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| pom.xml | %!s(int64=2) %!d(string=hai) anos | |
This demo shows how to integrate Apache Dubbo 2.7.x or above version with Sentinel
using sentinel-apache-dubbo-adapter module.
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