seninel部署
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Eric Zhao fca70646ad Bump version to 1.8.2-SNAPSHOT il y a 3 ans
..
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) il y a 4 ans
README.md Add demo module for integration with Apache Dubbo 2.7.x and above version il y a 5 ans
pom.xml Bump version to 1.8.2-SNAPSHOT il y a 3 ans

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