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

Add support for overriding created_at timestamps for copy transform workflows #282

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Johnabell
Copy link

We are looking at running a copy-transform on our event stream.

This involves reading all events out of one event store and filtering/transforming them before writing them to a new event store. To support this we would like to maintain the timestamps on the original events in both the events table and the streams table.

This PR make that possible by allowing the caller to override created_at when appending events to the event store.

@Johnabell Johnabell changed the title Add support for overriding created_at timestamps for copy transform type workflows Add support for overriding created_at timestamps for copy transform workflows Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant