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 419B

12345678910
  1. # Sentinel Examples
  2. The examples demonstrate:
  3. - How to leverage basic features (e.g. flow control, circuit breaking, load protection) of Sentinel
  4. - How to use various data source extensions of Sentinel (e.g. file, Nacos, ZooKeeper)
  5. - How to use Dubbo with Sentinel
  6. - How to use Apache RocketMQ client with Sentinel
  7. - How to use Sentinel annotation support
  8. - How to add your own logic to Sentinel using Slot Chain SPI