Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple service instances of a type bound to one application #78

Closed
gfoster1 opened this issue Nov 14, 2019 · 1 comment
Closed

Multiple service instances of a type bound to one application #78

gfoster1 opened this issue Nov 14, 2019 · 1 comment

Comments

@gfoster1
Copy link

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.

@dyroberts
Copy link
Contributor

Duplicate of #87

@dyroberts dyroberts marked this as a duplicate of #87 Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants