You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a turbine server app. When I run this app from my IDE i see the SSE streaming in my browser on localhost:8989.
When i deploy this application using docker the browser hangs forever. I do see the following in the console output:
[rx-netty-nio-eventloop-3-1] INFO com.netflix.turbine.Turbine - Turbine => SSE Request Received
[rx-netty-nio-eventloop-3-1] INFO com.netflix.turbine.Turbine - Turbine => Starting aggregation
[rx-netty-nio-eventloop-3-1] INFO com.netflix.turbine.Turbine - Turbine => Aggregate Stream from URI: http://192.168.99.1:8080/hystrix.stream
[rx-netty-nio-eventloop-3-1] INFO com.netflix.turbine.Turbine - Turbine => SSE Request Received
And when i eventually close my browser tab:
[rx-netty-nio-eventloop-3-1] INFO com.netflix.turbine.Turbine - Turbine => Unsubscribing RxNetty server connection
What makes this even more confusing is that if i open fiddler and try to connect again (to dockerised turbine) it works!
This issue happens when using docker toolbox for windows and AWS ECS to deploy the container. All browsers.
When using Docker for Mac Chrome works safari doesnt.
I have raised this previously with the spring cloud project but it seems this isnt related to spring as i can replicate without spring (spring-cloud/spring-cloud-netflix#1648)
The text was updated successfully, but these errors were encountered:
It seems that the version of RxNetty that turbine is using is causing the issue. I don't see this issue with a simple RxNetty sse server in a container.
I'm going to see if I can create a couple of projects to prove this
I am running a turbine server app. When I run this app from my IDE i see the SSE streaming in my browser on localhost:8989.
When i deploy this application using docker the browser hangs forever. I do see the following in the console output:
And when i eventually close my browser tab:
What makes this even more confusing is that if i open fiddler and try to connect again (to dockerised turbine) it works!
This issue happens when using docker toolbox for windows and AWS ECS to deploy the container. All browsers.
When using Docker for Mac Chrome works safari doesnt.
I have raised this previously with the spring cloud project but it seems this isnt related to spring as i can replicate without spring (spring-cloud/spring-cloud-netflix#1648)
The text was updated successfully, but these errors were encountered: