seninel部署
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 546B

123456789101112131415161718
  1. # Sentinel Apache Dubbo Demo
  2. This demo shows how to integrate Apache Dubbo **2.7.x or above version** with Sentinel
  3. using `sentinel-apache-dubbo-adapter` module.
  4. ## Run the demo
  5. For the provider demo `FooProviderBootstrap`, you need to add the following parameters when startup:
  6. ```shell
  7. -Djava.net.preferIPv4Stack=true -Dproject.name=dubbo-provider-demo
  8. ```
  9. For the consumer demo `FooConsumerBootstrap`, you need to add the following parameters when startup:
  10. ```shell
  11. -Djava.net.preferIPv4Stack=true -Dproject.name=dubbo-consumer-demo
  12. ```