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

[CHANGED] ConsumerInfo Delivered and AckFloor are now SequenceInfo #802

Merged
merged 1 commit into from Aug 23, 2021

Commits on Aug 23, 2021

  1. [CHANGED] ConsumerInfo Delivered and AckFloor are now SequenceInfo

    A new object `SequenceInfo` is added for `Delivered` and `AckFloor`'s
    `ConsumerInfo` fields. This object contains `Last` which represents
    the last activity time (in UTC).
    Having this field under `SequencePair` was wrong since we used
    `SequencePair` in other object, namely `MsgMetadata`, and in
    that context, `Last` did not make sense.
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed Aug 23, 2021
    Copy the full SHA
    d6590e7 View commit details
    Browse the repository at this point in the history