seninel部署
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Eric Zhao 015efe2f9b Separate checking logic from AuthorityRule and add test cases před 6 roky
..
sentinel-demo-annotation-spring-aop Bump version to 0.2.0-SNAPSHOT před 6 roky
sentinel-demo-apollo-datasource Update demo of various data source to adapt to new changes před 6 roky
sentinel-demo-basic Separate checking logic from AuthorityRule and add test cases před 6 roky
sentinel-demo-dubbo Update documents před 6 roky
sentinel-demo-dynamic-file-rule Some refactor of data source před 6 roky
sentinel-demo-nacos-datasource Update demo of various data source to adapt to new changes před 6 roky
sentinel-demo-rocketmq Bump version to 0.2.0-SNAPSHOT před 6 roky
sentinel-demo-zookeeper-datasource Update demo of various data source to adapt to new changes před 6 roky
README.md Improvements for Redis data source and demo před 6 roky
pom.xml Update test cases and demo for async support před 6 roky

README.md

Sentinel Examples

The examples demonstrate:

  • How to leverage basic features (e.g. flow control, circuit breaking, load protection) of Sentinel
  • How to use various data source extensions of Sentinel (e.g. file, Nacos, ZooKeeper)
  • How to use Dubbo with Sentinel
  • How to use Apache RocketMQ client with Sentinel
  • How to use Sentinel annotation support