Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorrhis1 committed Mar 22, 2024
1 parent 37311f9 commit 6a5fa38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/components/outputs/http_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ output:
successful_on: []
proxy_url: "" # No default (optional)
batch_as_multipart: false
parallel: false
propagate_response: false
max_in_flight: 64
batching:
Expand Down Expand Up @@ -705,6 +706,14 @@ Type: `string`
Send message batches as a single request using [RFC1341](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html). If disabled messages in batches will be sent as individual requests.


Type: `bool`
Default: `false`

### `parallel`

When processing batched messages and `batch_as_multipart` is false, whether to send messages of the batch in parallel, otherwise they are sent serially.


Type: `bool`
Default: `false`

Expand Down

0 comments on commit 6a5fa38

Please sign in to comment.