Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Sentinel support gateway? #166

Closed
qq12157138 opened this issue Dec 13, 2018 · 3 comments
Closed

Does Sentinel support gateway? #166

qq12157138 opened this issue Dec 13, 2018 · 3 comments
Assignees
Labels

Comments

@qq12157138
Copy link

我们一般做限流都是在网关层面做改造,我不是很明白Sentinel是代替了网关还是怎么样。他配置的url是否能配置网关(zuul、gateway)的url地址。因为所有流量第一入口肯定从网关进来。

@fangjian0423
Copy link
Contributor

Sentinel is a library that takes "flow" as the breakthrough point, and covers multiple fields including flow control, concurrency, circuit breaking, and load protection to protect service stability.

It will integration with gateway framework like Zuul, Spring Cloud Gateway.

spring-cloud-alibaba-sentinel-zuul module will be added in this issue #58 , but it depend on alibaba/Sentinel#188 .

We will start to integration with Spring Cloud Gateway when Sentinel support Spring WebFlux.

@fangjian0423 fangjian0423 changed the title Sentinel是否支持网关? Does Sentinel support gateway? Jan 25, 2019
@gaoyaqiu
Copy link

现在 spring-cloud-alibaba-sentinel还不支持Spring Cloud Gateway吗?

@fangjian0423
Copy link
Contributor

Sentinel integrate with Spring Cloud Gateway see #393 .

@fangjian0423 fangjian0423 added area/sentinel spring cloud alibaba sentinel duplicate labels Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants