-
The Batch Map Mode states:
But it doesn't say anything about how big batches are, or whether the size is in controlled by numaflow or the developer. |
Beta Was this translation helpful? Give feedback.
Answered by
th0ger
Feb 22, 2025
Replies: 2 comments 2 replies
-
The batch size is same as the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just did at test with
readBatchSize: 10
.But the length of
BatchResponses()
inside myBatchMapper
gives size 1, sometimes 2.readBatchSize
seems to be an upper bound, in case the source does not yield enough events for a full batch.