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

proProjector: Add ES checkpoint storage mode #81

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

Conversation

bartelink
Copy link
Collaborator

The initial implementation of the projector wires checkpoint storage for CosmosDB

This PR adds wireup to instead retain checkpoints in EventStoreDB

As covered in the comments, there are negatives to doing this:

  • each checkpoint write will trigger an event to be projected (feedback), so a projector will continually be processing
  • Equinox does not currently implement adjustment of stream metadata to retain only the most recent event

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

Successfully merging this pull request may close these issues.

1 participant