Closed Amraneze closed 1 week ago
Please direct your question to the Spring Boot issue tracker.
@artgon it's done https://github.com/spring-projects/spring-boot/issues/14280, but can you tell me why ? thank you.
There is no support for neither Zull nor Ribbon in Spring Boot. This request should probably have been redirected to Spring Cloud Netflix.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
I'm trying to use websocket with Zuul, but I can't access to it. I'm getting connection lost after some ms. I was looking and I found that I need to increase the time of ribbon ConnectTimeout and ReadTimeout and it was working for some some seconds and after it's stopped. Is there any solution for this ?
I'm using Spring boot 2.0.3.RELEASE with Spring cloud Finchley.RELEASE
Here is my configuration for Zuul: