Skip to content

Commit

Permalink
add bloblang links
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Pears committed Jul 10, 2024
1 parent c7d5476 commit b61dee1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Branch Processor
tags: ["Branch","Processors","Composition"]
---

The `branch` processor allows you to create a new request message via a [Bloblang]({< ref "/product-stack/tyk-streaming/guides/bloblang/overview" >}) mapping, execute a list of processors on the request messages, and, finally, map the result back into the source message using another mapping.
The `branch` processor allows you to create a new request message via a [Bloblang]({{< ref "/product-stack/tyk-streaming/guides/bloblang/overview" >}}) mapping, execute a list of processors on the request messages, and, finally, map the result back into the source message using another mapping.

```yml
# Config fields, showing default values
Expand Down Expand Up @@ -33,7 +33,7 @@ If the root of your request map is set to `deleted()` then the branch processors

### request_map
<!-- TODO: add a link -->
A [Bloblang]({< ref "/product-stack/tyk-streaming/guides/bloblang/overview" >}) mapping that describes how to create a request payload suitable for the child processors of this branch. If left empty then the branch will begin with an exact copy of the origin message (including metadata).
A [Bloblang]({{< ref "/product-stack/tyk-streaming/guides/bloblang/overview" >}}) mapping that describes how to create a request payload suitable for the child processors of this branch. If left empty then the branch will begin with an exact copy of the origin message (including metadata).


Type: `string`
Expand Down

0 comments on commit b61dee1

Please sign in to comment.