Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

The server must handle streams suppression #7

Open
Kerollmops opened this issue Mar 25, 2019 · 1 comment
Open

The server must handle streams suppression #7

Kerollmops opened this issue Mar 25, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@Kerollmops
Copy link
Member

Currently, streams are always growing, there is no way to delete streams. The first reason why is because it is hard to find a good way to delete streams in an event-sourcing based system.

Is it correct to delete a stream event if a client is subscribed to it? Even if no-one seems connected and we delete a stream, a client could be trying to reconnect after a network error.

@Kerollmops Kerollmops added the enhancement New feature or request label Mar 25, 2019
@WhiskeyTuesday
Copy link

On the one hand, it seems kind of antithetical to ES principles to delete a stream; but on the other hand EventStore does give you the ability, so I guess Greg or somebody thought of a use case at some point.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants