seninel部署
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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