nats-io / nats-architecture-and-design

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

Implement multiple filters on consumers #196

Open bruth opened 1 year ago

bruth commented 1 year ago

Overview

See #192. Validation occurs on the server, this would be scoped to allowing a consumer to set SubjectFilters as an array/list/slice on the ConsumerConfig.

The behavior is documented in ADR-34.

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.

bruth commented 1 year ago

@ripienaar For the schema and CLI, it appears you checked these off, but the PRs apply to the metadata fields rather than support for multiple subject filters.

ripienaar commented 1 year ago

@ripienaar For the schema and CLI, it appears you checked these off, but the PRs apply to the metadata fields rather than support for multiple subject filters.

thanks, fixed!