@@ -30,8 +30,9 @@ See the [中文文档](https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB% | |||
See the [Wiki](https://github.com/alibaba/Sentinel/wiki) for full documentation, examples, blog posts, operational details and other information. | |||
Sentinel provides integration module for various open-source frameworks and libraries | |||
(e.g. Spring Cloud, Apache Dubbo, gRPC, Spring WebFlux, Reactor). You can refer to [the document](https://github.com/alibaba/Sentinel/wiki/Adapters-to-Popular-Framework) for more information. | |||
Sentinel provides integration modules for various open-source frameworks | |||
(e.g. Spring Cloud, Apache Dubbo, gRPC, Spring WebFlux, Reactor) and service mesh. | |||
You can refer to [the document](https://github.com/alibaba/Sentinel/wiki/Adapters-to-Popular-Framework) for more information. | |||
If you are using Sentinel, please [**leave a comment here**](https://github.com/alibaba/Sentinel/issues/18) to tell us your scenario to make Sentinel better. | |||
It's also encouraged to add the link of your blog post, tutorial, demo or customized components to [**Awesome Sentinel**](./doc/awesome-sentinel.md). | |||
@@ -55,7 +56,7 @@ If your application is build in Maven, just add the following dependency in `pom | |||
<dependency> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-core</artifactId> | |||
<version>1.7.0</version> | |||
<version>1.7.1</version> | |||
</dependency> | |||
``` | |||
@@ -5,7 +5,7 @@ | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
<packaging>pom</packaging> | |||
<name>${project.artifactId}</name> | |||
@@ -7,7 +7,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<packaging>pom</packaging> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
<artifactId>sentinel-dubbo-adapter</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
<artifactId>sentinel-grpc-adapter</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<artifactId>sentinel-web-servlet</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-adapter</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
<artifactId>sentinel-zuul-adapter</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-parent</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-parent</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
<packaging>pom</packaging> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-cluster</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-cluster</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-cluster</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-cluster</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<artifactId>sentinel-core</artifactId> | |||
<packaging>jar</packaging> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<artifactId>sentinel-dashboard</artifactId> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<packaging>pom</packaging> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-demo</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<artifactId>sentinel-demo-basic</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo-cluster</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo-cluster</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-demo</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<artifactId>sentinel-demo-dynamic-file-rule</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-demo</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-demo</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<packaging>pom</packaging> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-extension</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<artifactId>sentinel-datasource-extension</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-extension</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-parent</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<artifactId>sentinel-transport</artifactId> | |||
<description>The transport module of Sentinel</description> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-transport</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
<packaging>jar</packaging> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<groupId>com.alibaba.csp</groupId> | |||
<artifactId>sentinel-transport</artifactId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||
<artifactId>sentinel-transport-netty-http</artifactId> | |||
@@ -5,7 +5,7 @@ | |||
<parent> | |||
<artifactId>sentinel-transport</artifactId> | |||
<groupId>com.alibaba.csp</groupId> | |||
<version>1.7.1-SNAPSHOT</version> | |||
<version>1.7.1</version> | |||
</parent> | |||
<modelVersion>4.0.0</modelVersion> | |||