Skip to content

Commit

Permalink
doc(batchmap): clarify relation to readBatchSize (#2418)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Thøgersen <[email protected]>
  • Loading branch information
th0ger authored Feb 22, 2025
1 parent ef0cffd commit 1dc2b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user-guide/user-defined-functions/map/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ When using BatchMap, there are a few important considerations to keep in mind:
Each Datum has a unique ID tag, which will be used by Numaflow to ensure correctness.
- Ensure that the length of the BatchResponses list is equal to the number of requests received. This means that for
every input data item, there should be a corresponding response in the BatchResponses list.
- The total batch size can be up to `readBatchSize` long.

Check the links below to see the UDF examples in batch mode for different languages.

Expand Down

0 comments on commit 1dc2b31

Please sign in to comment.