seninel部署
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Eric Zhao 015efe2f9b Separate checking logic from AuthorityRule and add test cases vor 6 Jahren
..
sentinel-demo-annotation-spring-aop Bump version to 0.2.0-SNAPSHOT vor 6 Jahren
sentinel-demo-apollo-datasource Update demo of various data source to adapt to new changes vor 6 Jahren
sentinel-demo-basic Separate checking logic from AuthorityRule and add test cases vor 6 Jahren
sentinel-demo-dubbo Update documents vor 6 Jahren
sentinel-demo-dynamic-file-rule Some refactor of data source vor 6 Jahren
sentinel-demo-nacos-datasource Update demo of various data source to adapt to new changes vor 6 Jahren
sentinel-demo-rocketmq Bump version to 0.2.0-SNAPSHOT vor 6 Jahren
sentinel-demo-zookeeper-datasource Update demo of various data source to adapt to new changes vor 6 Jahren
README.md Improvements for Redis data source and demo vor 6 Jahren
pom.xml Update test cases and demo for async support vor 6 Jahren

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