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

Ensure things fail if multiple things say they own the same resource. #110

Open
big-andy-coates opened this issue Apr 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@big-andy-coates
Copy link
Member

The concept of resource ownership is a powerful one. But for it to work, things need to complain if multiple things say they own the same resource, e.g. a Kafka topic.

If two services say they own a topic - that's bad, only one can.
If two aggregates say they own a topic - that's also bad.

More of a grey area is when a service, and its parent aggregate say they own a topic, which is currently normal practice. More thought needed on that...

@big-andy-coates big-andy-coates added the enhancement New feature or request label Apr 21, 2023
@big-andy-coates big-andy-coates self-assigned this Apr 21, 2023
@github-project-automation github-project-automation bot moved this to To do in MVP Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

1 participant