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

DataBus blobs auto delete for commands or non-events #3231

Open
ramonsmits opened this issue Dec 15, 2015 · 1 comment
Open

DataBus blobs auto delete for commands or non-events #3231

ramonsmits opened this issue Dec 15, 2015 · 1 comment
Milestone

Comments

@ramonsmits
Copy link
Member

When receiving a command message we could automatically delete the databus blob. This could be done via a separate message that triggers the deletion of the blob if the transaction completes as the databus IO is most likely not part of the transaction.

It would be hard to do for events as we don't know how many subscribers there are. If there was a pipeline per receiver than we would have the ability to do some sort of ref counting but that would only work in environments that use subscription storage I think.

@danielmarbach
Copy link
Contributor

@ramonsmits You opened up a series of data bus improvement proposals. Would it make sense to collect those in one single platform dev issue and raise it to the awareness of the squad?

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

3 participants