afex/hystrix-go

Running hystrix stream event on same port as golang

debaghtk opened this issue · 0 comments

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.