seninel部署
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Eric Zhao 346e9b274e Bump version to 1.6.1-SNAPSHOT 5 år sedan
..
src/main/java/com/alibaba/csp/sentinel/demo/apache/dubbo Add demo module for integration with Apache Dubbo 2.7.x and above version 5 år sedan
README.md Add demo module for integration with Apache Dubbo 2.7.x and above version 5 år sedan
pom.xml Bump version to 1.6.1-SNAPSHOT 5 år sedan

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