seninel部署
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Eric Zhao fca70646ad Bump version to 1.8.2-SNAPSHOT 3 年前
..
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) 4 年前
README.md Add demo module for integration with Apache Dubbo 2.7.x and above version 5 年前
pom.xml Bump version to 1.8.2-SNAPSHOT 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