-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Cleanup replay-based persistence #6041
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
Conversation
3f43f2d to
f1685a3
Compare
effdf71 to
211d43d
Compare
211d43d to
28c9a52
Compare
|
rebased the branch |
|
@thrau integration with pro will fail cause we call some functions that do not exists anymore (see https://github.com/localstack/localstack-ext/pull/601) |
28c9a52 to
a5c1cc9
Compare
2dd088e to
974c6d0
Compare
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.
LGTM!
The only question is if the replay persistence should be removed with v1 or maybe prior to that (because there might be another release before v1).
It has been deprecated for a long time already though, so I'm fine with both.
|
Good point @alexrashed. We already did announce in 0.14.3 that we would have removed it in the next release. I do not have strong opinions about it. What do you think @thrau? |
974c6d0 to
4ab524f
Compare
4ab524f to
4b6e4e0
Compare
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.
LGTM! let's merge into v1


This PR removes the code related to the record/replay-based persistence feature. It impacts this.