]
Miroslav Novak commented on WFWIP-275:
--------------------------------------
Thanks, this is fixed
If MP FT microservice is undeployed then new MP FT microservice must
use old Hystrix instance
---------------------------------------------------------------------------------------------
Key: WFWIP-275
URL:
https://issues.redhat.com/browse/WFWIP-275
Project: WildFly WIP
Issue Type: Bug
Components: MP Fault Tolerance
Reporter: Miroslav Novak
Assignee: Radoslav Husar
Priority: Blocker
In case that MP FT deployment configures Hystrix in some then after its undeployment and
chaning configuration for Hystrix, this configuration must be applied (Hystrix restarted).
Test scenario:
* Deploy MP FT microservice
* Undeploy and deploy another one with different configuration for Hystrix
Expected result: Check that new configuration for hystrix is applied (hystrix restarted
with new configuration)
Actaul result: New configuration for Hystrix is not applied