seninel部署
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Jason Joo 656e3de2f9
Improve compatibility for dispatched servlet request in Spring Web adapter (#1681)
il y a 4 ans
..
sentinel-demo-annotation-cdi-interceptor Add annotation CDI demo and Quarkus adapter demo (#1543) il y a 4 ans
sentinel-demo-annotation-spring-aop Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-apache-dubbo Support customized origin parser in Apache Dubbo 2.7.x adapter and unify config (#1617) il y a 4 ans
sentinel-demo-apache-httpclient Adapter: Support Apache HttpClient (#1455) il y a 4 ans
sentinel-demo-apollo-datasource Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-basic Update demo for circuit breaking (DegradeRule) il y a 4 ans
sentinel-demo-cluster Polish cluster flow control demo: add port in Nacos address (#1655) il y a 4 ans
sentinel-demo-command-handler Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-dubbo Polish Dubbo 2.6.x adapter and unify callback registry into DubboAdapterGlobalConfig (#1572) il y a 4 ans
sentinel-demo-dynamic-file-rule Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-etcd-datasource Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-jax-rs Add JAX-RS adapter (#1396) il y a 4 ans
sentinel-demo-log-logback Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-nacos-datasource Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-okhttp Refactor config mechanism for OkHttp adapter and polish related code il y a 4 ans
sentinel-demo-parameter-flow-control Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-quarkus test: Update test cases with new degrade mechanism in sentinel-demo-quarkus il y a 4 ans
sentinel-demo-rocketmq Polish RocketMQ PullConsumerDemo to make code clear (#1528) il y a 4 ans
sentinel-demo-slot-chain-spi demo: Update slot chain SPI demo (#1581) il y a 4 ans
sentinel-demo-sofa-rpc Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-spring-cloud-gateway Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-spring-webflux Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-spring-webmvc Improve compatibility for dispatched servlet request in Spring Web adapter (#1681) il y a 4 ans
sentinel-demo-zookeeper-datasource Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-zuul-gateway Bump version to 1.8.0-SNAPSHOT il y a 4 ans
sentinel-demo-zuul2-gateway Bump version to 1.8.0-SNAPSHOT il y a 4 ans
README.md Update documentation and issue template il y a 6 ans
pom.xml Adapter: Support Apache HttpClient (#1455) il y a 4 ans

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