sl-express/sentinel/sentinel-demo
shuhongfan cf5ac25c14 init 2023-09-04 16:40:17 +08:00
..
sentinel-demo-annotation-cdi-interceptor init 2023-09-04 16:40:17 +08:00
sentinel-demo-annotation-spring-aop init 2023-09-04 16:40:17 +08:00
sentinel-demo-apache-dubbo init 2023-09-04 16:40:17 +08:00
sentinel-demo-apache-httpclient init 2023-09-04 16:40:17 +08:00
sentinel-demo-apollo-datasource init 2023-09-04 16:40:17 +08:00
sentinel-demo-basic init 2023-09-04 16:40:17 +08:00
sentinel-demo-cluster init 2023-09-04 16:40:17 +08:00
sentinel-demo-command-handler init 2023-09-04 16:40:17 +08:00
sentinel-demo-dubbo init 2023-09-04 16:40:17 +08:00
sentinel-demo-dynamic-file-rule init 2023-09-04 16:40:17 +08:00
sentinel-demo-etcd-datasource init 2023-09-04 16:40:17 +08:00
sentinel-demo-jax-rs init 2023-09-04 16:40:17 +08:00
sentinel-demo-log-logback init 2023-09-04 16:40:17 +08:00
sentinel-demo-motan init 2023-09-04 16:40:17 +08:00
sentinel-demo-nacos-datasource init 2023-09-04 16:40:17 +08:00
sentinel-demo-okhttp init 2023-09-04 16:40:17 +08:00
sentinel-demo-parameter-flow-control init 2023-09-04 16:40:17 +08:00
sentinel-demo-quarkus init 2023-09-04 16:40:17 +08:00
sentinel-demo-rocketmq init 2023-09-04 16:40:17 +08:00
sentinel-demo-slot-spi init 2023-09-04 16:40:17 +08:00
sentinel-demo-slotchain-spi init 2023-09-04 16:40:17 +08:00
sentinel-demo-sofa-rpc init 2023-09-04 16:40:17 +08:00
sentinel-demo-spring-cloud-gateway init 2023-09-04 16:40:17 +08:00
sentinel-demo-spring-webflux init 2023-09-04 16:40:17 +08:00
sentinel-demo-spring-webmvc init 2023-09-04 16:40:17 +08:00
sentinel-demo-transport-spring-mvc init 2023-09-04 16:40:17 +08:00
sentinel-demo-zookeeper-datasource init 2023-09-04 16:40:17 +08:00
sentinel-demo-zuul-gateway init 2023-09-04 16:40:17 +08:00
sentinel-demo-zuul2-gateway init 2023-09-04 16:40:17 +08:00
README.md init 2023-09-04 16:40:17 +08:00
pom.xml init 2023-09-04 16:40:17 +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