Sentinel/sentinel-demo
Mr.Z 47100e64ba Improve async invocation support in sentinel-apache-dubbo-adapter (#1124)
* Improve async support for Dubbo 2.7.2 and above (not compatible with 2.7.0 and 2.7.1 due to the bad compatibility design of Dubbo Filter)
2019-12-23 17:45:48 +08:00
..
sentinel-demo-annotation-spring-aop Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-apache-dubbo Improve async invocation support in sentinel-apache-dubbo-adapter (#1124) 2019-12-23 17:45:48 +08:00
sentinel-demo-apollo-datasource Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-basic Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-cluster Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-command-handler Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-dubbo Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-dynamic-file-rule Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-etcd-datasource Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-nacos-datasource Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-parameter-flow-control Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-rocketmq Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-slot-chain-spi Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-spring-cloud-gateway Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-spring-webflux Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-spring-webmvc Improve code and demo for sentinel-spring-webmvc-adapter module 2019-11-27 17:46:59 +08:00
sentinel-demo-zookeeper-datasource Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
sentinel-demo-zuul-gateway Bump version to 1.7.1-SNAPSHOT 2019-11-12 11:08:14 +08:00
README.md Update documentation and issue template 2018-10-30 19:07:18 +08:00
pom.xml Add Sentinel Spring Web MVC adapter module (#1104) 2019-11-27 14:47:04 +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