dengsixing 9c8ca49c1c 保存熔断规则接口优化 3 سال پیش
..
src 9c8ca49c1c 保存熔断规则接口优化 3 سال پیش
README.md c2362ef52c 111 3 سال پیش
pom.xml 2b4b9e5c25 111 3 سال پیش

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