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.

README.md 358B

123456789
  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