Sentinel/sentinel-demo
Eric Zhao f01fe2b437 Add demo module for Sentinel cluster flow control
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
2018-12-14 10:54:30 +08:00
..
sentinel-demo-annotation-spring-aop Update dependencies 2018-11-19 14:37:54 +08:00
sentinel-demo-apollo-datasource Bump version to 1.4.0-SNAPSHOT 2018-10-30 16:06:32 +08:00
sentinel-demo-basic Add "warmup with rate limiting" implementation for traffic shaping (#220) 2018-11-01 17:10:13 +08:00
sentinel-demo-cluster Add demo module for Sentinel cluster flow control 2018-12-14 10:54:30 +08:00
sentinel-demo-dubbo Bump version to 1.4.0-SNAPSHOT 2018-10-30 16:06:32 +08:00
sentinel-demo-dynamic-file-rule Bump version to 1.4.0-SNAPSHOT 2018-10-30 16:06:32 +08:00
sentinel-demo-nacos-datasource Bump version to 1.4.0-SNAPSHOT 2018-10-30 16:06:32 +08:00
sentinel-demo-parameter-flow-control Bump version to 1.4.0-SNAPSHOT 2018-10-30 16:06:32 +08:00
sentinel-demo-rocketmq Bump version to 1.4.0-SNAPSHOT 2018-10-30 16:06:32 +08:00
sentinel-demo-slot-chain-spi Add prioritized entry support in ProcessorSlot and SphU (#255) 2018-11-21 16:22:41 +08:00
sentinel-demo-zookeeper-datasource Bump version to 1.4.0-SNAPSHOT 2018-10-30 16:06:32 +08:00
README.md Update documentation and issue template 2018-10-30 19:07:18 +08:00
pom.xml Add demo module for Sentinel cluster flow control 2018-12-14 10:54:30 +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
  • How to use Sentinel annotation support
  • How to add your own logic to Sentinel using Slot Chain SPI