Skip to content

Commit

Permalink
small doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros committed Nov 8, 2023
1 parent 606fbfc commit 5025ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ This transform will drop messages that match the specified filter. You can eithe
AllowList: [Read]
# only allow read messages by blocking all other messages with a deny list
# DenyList: [Write, ReadWrite, SchemaChange, PubSubMessage]
DenyList: [Write, ReadWrite, SchemaChange, PubSubMessage]
```

### RedisCache
Expand Down Expand Up @@ -531,7 +531,7 @@ Tee also exposes an optional HTTP API to switch which chain to use as the "resul
# behavior:
# SubchainOnMismatch:
# - QueryTypeFilter:
# filter: Read
# DenyList: [Read]
# - NullSink
# The port that the HTTP API will listen on.
Expand All @@ -546,7 +546,7 @@ Tee also exposes an optional HTTP API to switch which chain to use as the "resul
# The sub chain to send duplicate messages through
chain:
- QueryTypeFilter:
filter: Read
# DenyList: [Read]
- NullSink
```

Expand Down

0 comments on commit 5025ebb

Please sign in to comment.