nats-io / nats-architecture-and-design

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

Record the stream and consumer info timestamps #233

Open scottf opened 9 months ago

scottf commented 9 months ago

Overview

Add TimeStamp field to StreamInfo and ConsumerInfo

TimeStamp time.Time `json:"ts"`

Server PR: https://github.com/nats-io/nats-server/pull/4133

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.