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

consumer info change to sequence_info from sequence_pair #679

Merged
merged 4 commits into from
Jun 30, 2022
Merged

Conversation

scottf
Copy link
Contributor

@scottf scottf commented Jun 30, 2022

#671

  • A new object was created, SequenceInfo which extends SequencePair
  • The ConsumerInfo.delivered and ConsumerInfo.ackFloor fields where changed to this type.

Backward compile compatibility was ensured by the subclass, meaning if you assigned getDelivered() to a SequencePair, this is fine, it still is a SequencePair.

@scottf scottf merged commit a340d60 into main Jun 30, 2022
@scottf scottf deleted the sequence-info branch June 30, 2022 17: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

2 participants