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.

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. ```