Change of route name - Cloud foundry
问题 Each component(java) of a particular application is deployed on Cloud foundry as an application instance. Each application instance(component) has its respective route name. Every component talks another component through REST. Every component( say component2 ) has route name something like component2-dev.abc.xyz.com . On blue green deployment of any component(say component2 ) in PCFoundry the route name of a component2 gets changed for some duration. Amidst this duration the component1