nats-io / nats-architecture-and-design

Architecture and Design Docs
Apache License 2.0
187 stars 20 forks source link

Support consumer info fields changed to sequence_info from sequence_pair #122

Open scottf opened 2 years ago

scottf commented 2 years ago

Overview

In August '21, consumer_info.delivered and consumer_info.ack_floor were changed from sequence_pair to sequence_info The difference in these objects is that the sequence_info has last_active where the sequence_pair does not.

Clients may have to get creative so as to avoid a breaking change.

Clients and Tools

Other Tasks

Client authors please update with your progress. If you open issues in your own repositories as a result of this request, please link them to this one by pasting the issue URL in a comment or main issue description.

aricart commented 2 years ago

JavaScript has supported this since v1.2.0 https://github.com/nats-io/nats.deno/releases/tag/v1.2.0

scottf commented 1 year ago

Please confirm your client already supports this or add it to your to-do.