nats-io / nats-architecture-and-design

Architecture and Design Docs
Apache License 2.0
196 stars 21 forks source link

ConsumerConfig `filter_subject` can now be updated by a client #124

Open aricart opened 2 years ago

aricart commented 2 years ago

Overview

Previously, the server would reject changes to filter_subject - the following PR removes this limitation:

https://github.com/nats-io/nats-server/pull/3216

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

PR was merged

scottf commented 2 years ago

Java / .NET have some integration tests to update, otherwise there is no change.

Jarema commented 2 years ago

No changes needed in Rust Client.