Skip to content
New issue

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

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

Already on GitHub? # to your account

Allow to set the stream meta for new streams #85

Open
alexeyzimarev opened this issue Apr 13, 2022 · 1 comment
Open

Allow to set the stream meta for new streams #85

alexeyzimarev opened this issue Apr 13, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@alexeyzimarev
Copy link
Contributor

It's infrastructure-specific, but we need a way to perform an operation on new streams using the native event store client feature, like setting the stream meta using EventStoreClient. It can also be abstracted out, so only the specific things can be set, like max-age or max-count.

The reason for this would be to make the archive process automated, so people won't need to set the stream meta manually.

We can expect that the max-age and max-count properties would be aggregate-specific, so it cannot be done on the aggregate store level. It must be either some separate map, or be a part of the application service.

@alexeyzimarev alexeyzimarev added the enhancement New feature or request label Apr 13, 2022
@alexeyzimarev
Copy link
Contributor Author

Related to #64

@alexeyzimarev alexeyzimarev moved this to Todo in Eventuous Nov 4, 2022
@alexeyzimarev alexeyzimarev moved this from Todo to Triage in Eventuous Nov 4, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
Status: Triage
Development

No branches or pull requests

1 participant