Sentinel/sentinel-demo
Eric Zhao 007cd9d291 Some refactor of data source
- Add `close` method in WritableDataSource (to extend AutoCloseable in JDK 1.7 later)
- Separate the writable file data source from original class
- Add a sample to show how to register data sources via Sentinel init mechanism
- Separate a writable data source registry from original handler to make it clear

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2018-09-04 11:09:42 +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 Update demo of various data source to adapt to new changes 2018-09-04 11:09:42 +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 Some refactor of data source 2018-09-04 11:09:42 +08:00
sentinel-demo-nacos-datasource Update demo of various data source to adapt to new changes 2018-09-04 11:09:42 +08:00
sentinel-demo-rocketmq Bump version to 0.2.0-SNAPSHOT 2018-08-08 20:45:25 +08:00
sentinel-demo-zookeeper-datasource Update demo of various data source to adapt to new changes 2018-09-04 11:09:42 +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