Nguyen Minh Dung
Nguyen Minh Dung

Reputation: 89

Spring plan for Zuul 2

I've heard that Zuul 2 is released. Are there any plan of updating Spring for it? I can't wait.

I applied Spring cloud to build a microservice system and think they are awesome. So, Zuul 2 makes me feel excited.

Upvotes: 3

Views: 6311

Answers (2)

Benjamin M
Benjamin M

Reputation: 24527

There's now spring-cloud-gateway. Which is Spring's replacement for Zuul 1.

https://spring.io/blog/2017/07/06/spring-cloud-finchley-m1-is-available

"Spring Cloud Gateway is a new API Gateway based on Spring 5, Boot 2 and Project Reactor. It is viewed as a replacement for Zuul 1."

https://github.com/spring-cloud/spring-cloud-gateway

Upvotes: 3

spencergibb
spencergibb

Reputation: 25147

As far as I can tell Zuul 2 has not been released.

We are in the process of releasing Zuul 2 as open source. Once it is released...

That being said, given enough lead time, we plan on integrating zuul 2 in the beginning of 2017.

Upvotes: 4

Related Questions