Skip to content

Commit

Permalink
Merge branch 'main' into refff
Browse files Browse the repository at this point in the history
  • Loading branch information
whynowy authored Feb 23, 2025
2 parents ff307b4 + 1dc2b31 commit 16bf358
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 16bf358

Please sign in to comment.