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

Volatile offset store #128

Merged
merged 3 commits into from
Nov 16, 2023
Merged

Volatile offset store #128

merged 3 commits into from
Nov 16, 2023

Commits on Nov 15, 2023

  1. Optional offset store

    This commit permits a projection consumer to optionally receive an offset store. Where it is not supplied, the source is requested to provided all of the events that it has.
    huntc committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ff93e31 View commit details
    Browse the repository at this point in the history
  2. Revert "Optional offset store"

    This reverts commit ff93e31.
    huntc committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3f4eae6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Provides a volatile offset store

    ...and joins the offset store with the consumer for convenience. Also saves creating another task for the projection as these two things will always go hand-in-hand.
    huntc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    68a079c View commit details
    Browse the repository at this point in the history