From 5025ebb2424ead479b38aca10ef74378f8d478b2 Mon Sep 17 00:00:00 2001 From: conorbros Date: Wed, 1 Nov 2023 14:47:37 +1100 Subject: [PATCH] small doc fixes --- docs/src/transforms.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/transforms.md b/docs/src/transforms.md index 1939d595a..e63d3a2a2 100644 --- a/docs/src/transforms.md +++ b/docs/src/transforms.md @@ -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 @@ -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. @@ -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 ```