Sentinel/sentinel-demo
Eric Zhao 94aea568f6 Miscellaneous update
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2018-08-15 15:33:29 +08:00
..
sentinel-demo-annotation-spring-aop Bump version to 0.2.0-SNAPSHOT 2018-08-08 20:45:25 +08:00
sentinel-demo-apollo-datasource Bump version to 0.2.0-SNAPSHOT 2018-08-08 20:45:25 +08:00
sentinel-demo-basic Miscellaneous update 2018-08-15 15:33:29 +08:00
sentinel-demo-dubbo Update documents 2018-08-09 15:42:11 +08:00
sentinel-demo-dynamic-file-rule Bump version to 0.2.0-SNAPSHOT 2018-08-08 20:45:25 +08:00
sentinel-demo-nacos-datasource Bump version to 0.2.0-SNAPSHOT 2018-08-08 20:45:25 +08:00
sentinel-demo-rocketmq Bump version to 0.2.0-SNAPSHOT 2018-08-08 20:45:25 +08:00
sentinel-demo-zookeeper-datasource Bump version to 0.2.0-SNAPSHOT 2018-08-08 20:45:25 +08:00
README.md Update documents 2018-08-09 15:42:11 +08:00
pom.xml Bump version to 0.2.0-SNAPSHOT 2018-08-08 20:45:25 +08:00

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