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

Add standard prefix to subjects managed by Rita #5

Open
bruth opened this issue May 22, 2022 · 0 comments
Open

Add standard prefix to subjects managed by Rita #5

bruth opened this issue May 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bruth
Copy link
Owner

bruth commented May 22, 2022

Similar to how the KV and Object Store APIs have prefixes, this is desirable to prevent subject clashes with application managed subjects.

For example, an event store r.EventStore("orders").Create(nil) would create a stream bound to rita.events.sourced.orders.>. This seemingly long prefix is due to other future plans to leverage streams, such as rita.events.received and rita.events.published with would be streams to used for receiving external events (via some integration or other Rita context) and publishing events to be consumed by other boundaries, respectively.

@bruth bruth added the enhancement New feature or request label Jun 16, 2022
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
None yet
Development

No branches or pull requests

1 participant