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

Example for: consuming a single service instance in multiple MTA deployments in a single space #18

Open
ddonchev opened this issue Jan 22, 2020 · 0 comments

Comments

@ddonchev
Copy link
Contributor

In some specific scenarios such capabilities are required:

  • e.g. in development a single (and costly) service instance may need to be shared by multiple apps consuming it for the purpose of testing
  • in production, when defined by architecture, a few MTA solutions are sharing consumption of a service instance but have otherwise independent lifecycle

In MTA modelling one can achieve this by:
A: ignoring the validations for ownership: each MTA's operations would "manage" (create/update/...) the service instance
B: Determining a single MTA to own the service instance, and all others would expect it to be already existing when deployed

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

1 participant