nats-io / nats-architecture-and-design

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

new pull consumer and ephemeral consumer options #90

Open aricart opened 2 years ago

aricart commented 2 years ago

Overview

The following consumer options can now be set on a consumer (applying only to pull consumers):

For ephemeral consumers, the following option can now be set:

Currently, these options can be set on any consumer, an issue has been filed on the server to reject them if not set on the correct consumer type. This would alleviate validation on the client-side. These properties on 2.7.1 can also be updated.

See https://github.com/nats-io/nats-server/pull/2776

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.