Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(spooler): Add file backed envelope stacks #4138
base: master
Are you sure you want to change the base?
feat(spooler): Add file backed envelope stacks #4138
Changes from 35 commits
f7652d3
2771673
c3cc6b0
8201530
8859b3e
121291a
c48ddc0
421b47b
515a925
3c1ce77
65f9106
d04e88f
1cb4c3d
4b0001e
91c9fdf
c7e2cdf
4699547
35fb7e7
accca78
cfabee3
ce9fd0e
acdc6d8
a21029a
15a23ef
51156b6
ff9b39a
1b3bcf1
769b26e
fb45eee
58291b4
13d6637
1e37866
3361eca
1305cc1
17902ec
4e1c601
e9fb673
8999195
d57dcd5
c28418e
c64a709
6c22095
e2f6334
e41764d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this default, our currently deployed configs will revert to
Memory
even if they have apath
set.Bonus points if you can make it an adjacently or untagged enum while maintaining backward compatibility:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is a good point. I will try to make it work.