Skip to content

Commit

Permalink
subscriber: impl Layer for FilterFn and DynFilterFn (#1546)
Browse files Browse the repository at this point in the history
## Motivation

Currently, the `FilterFn` and `DynFilterFn` filters are only usable as
`Filter`s for per-layer filtering. However, there's no real reason they
can't _also_ have `Layer` implementations, making them usable as global
filters as well.

## Solution

This branch adds `Layer` implementations to `FilterFn` and
`DynFilterFn`, and moves them into their own file. It also changes the
feature flagging so that the "registry" feature is only required for the
`Filter` implementations --- the types themselves don't involve any
feature-flagged code, only the `Filter` trait.

Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw authored and davidbarsky committed Nov 29, 2021
1 parent 04161ba commit e12090c
Show file tree
Hide file tree
Showing 3 changed files with 751 additions and 650 deletions.
Loading

0 comments on commit e12090c

Please sign in to comment.