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

Use wall-clock time for dead letter record #28

Merged
merged 4 commits into from
Jun 24, 2024

Commits on Jun 20, 2024

  1. Use wall-clock time for daed letter record

    The written dead-letter now has the wall-clock time as its record's
    timestamp. Because the original timestamp would be lost otherwise, there
    is a new field in the respective dead-letter models called timestamp. To
    maintain backwards compatibility, it is nullable, but always set
    starting from this version.
    torbsto committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d534c63 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Rename timestamp field

    torbsto committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8b0d7fc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Adjust ErrorHeaderProcessor

    torbsto committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    617a080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a42bf3b View commit details
    Browse the repository at this point in the history