jbossdemocentral/fuse-financial-cicd

Hystrix needs hystrix.enabled to work

Opened this issue · 1 comments

Hysterix doesn't work unless you label the service with hystrix.enabled, i.e.

 oc label svc fisgateway-service-stable hystrix.enabled=true

Also, it would be nice if the services could have proper IDs instead of _hystrix1, _hystrix2, etc.

As always, thanks for your efforts on these demos, it is greatly appreciated.

It won't work for me regardless. It shows the hystrix gui, but keeps having the text "waiting" there. I did the hystrix part from the README file, and then did the above labelling.