nats-io / nats-architecture-and-design

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

KV - GetRevision() new API #93

Open kozlovic opened 2 years ago

kozlovic commented 2 years ago

Overview

This is an optional API that is not part of the core KV APIs. Add GetRevision(key string, revision uint64) which returns a specific revision value for the key. See Go implementation: https://github.com/nats-io/nats.go/pull/903

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.