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

Support LOG_APPEND_TIME record timestamps #838

Merged
merged 3 commits into from
Aug 20, 2020
Merged

Commits on Aug 14, 2020

  1. Support LOG_APPEND_TIME record timestamps

    When a topic is configured with `message.timestamp.type=LogAppendTime`
    the timestamp on the record should be set to the `maxTimestamp` of
    the recordbatch rather than the usual `firstTimestamp + timestampDelta`.
    
    Fixes #768
    Nevon committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    f0eafe4 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Nevon committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    2b59296 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    5a6fcb6 View commit details
    Browse the repository at this point in the history