Checkpoint only adds to DB does not remove? #973
krusadellc
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The database backed checkpoint only adds to the database (SQLite, MongoDB) etc. Why do they not implement any removal strategies to remove stale data so we don't just keep dumping to DB.
I understand that there are filter and remove message strategies which work on the message state, but the underlying checkpoints are not affected?
Beta Was this translation helpful? Give feedback.
All reactions