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 how to process the case where I have multiple service instances bound to an application and I am unsure if the current process handles this case. For example, assume I have multiple database instance bound to a class and I want to implement some sort of post processing on one database instance but not the other then there is no current way to implement this unless the implementing CfEnvProcessor maintains some sort of state of the instance name. Another example of this would be the case if I want to inject failover connections or have some multi region support for one application.
The text was updated successfully, but these errors were encountered:
I am trying to figure out how to process the case where I have multiple service instances bound to an application and I am unsure if the current process handles this case. For example, assume I have multiple database instance bound to a class and I want to implement some sort of post processing on one database instance but not the other then there is no current way to implement this unless the implementing CfEnvProcessor maintains some sort of state of the instance name. Another example of this would be the case if I want to inject failover connections or have some multi region support for one application.
The text was updated successfully, but these errors were encountered: