-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for filtering in streams. Filters can be set on messages by providing x-stream-filter-value when publishing messages to a stream. When a consumer tries to consume with x-stream-filter set, only messages matching the filter value will be returned. x-stream-filter on consumers can be a single value as a string, or a set of values separated by commas. Any message matching any of the filters on the consumer will be returned. Co-authored-by: Carl Hörberg <[email protected]>
- Loading branch information
1 parent
74d70a9
commit 09a75d3
Showing
4 changed files
with
159 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters