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 trying to figure out whether using hystrix-go I can run hystrix stream event as same as the app server port. Currently if I give same values of port to both, the server fails to start.
One way I can think is to create an api on the server with the route /hystrix.stream and run it as a normal api. What I am not sure is how to handle the request. I got this idea from some java projects but the hystrix library for java provides functions for handling that request.
Has anyone figured this out before? Thanks.
The text was updated successfully, but these errors were encountered:
I am trying to figure out whether using hystrix-go I can run hystrix stream event as same as the app server port. Currently if I give same values of port to both, the server fails to start.
One way I can think is to create an api on the server with the route
/hystrix.stream
and run it as a normal api. What I am not sure is how to handle the request. I got this idea from some java projects but the hystrix library for java provides functions for handling that request.Has anyone figured this out before? Thanks.
The text was updated successfully, but these errors were encountered: