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

Conversation

kozlovic
Copy link
Member

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

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>
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 87.312% when pulling d6590e7 on js_consinfo_sequence_info into 9053aa4 on master.

Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kozlovic kozlovic merged commit fc13b0b into master Aug 23, 2021
@kozlovic kozlovic deleted the js_consinfo_sequence_info branch August 23, 2021 19:59
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.

None yet

3 participants