Conversation
Signed-off-by: kohlisid <sidhant.kohli@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2897 +/- ##
==========================================
+ Coverage 78.55% 78.68% +0.13%
==========================================
Files 280 280
Lines 62201 62201
==========================================
+ Hits 48863 48945 +82
+ Misses 12806 12721 -85
- Partials 532 535 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kohlisid
commented
Aug 21, 2025
|
|
||
| At its core, `readBatchSize` is the **maximum number of messages a single vertex replica (pod) will try to read per cycle**. | ||
|
|
||
|
|
Contributor
Author
There was a problem hiding this comment.
Thinking about adding/linking some pointers regarding the parallelization with the new backend?
@vigith thoughts?
Member
There was a problem hiding this comment.
it doesn't change much here re: new backend.
Member
|
@kohlisid can you add how this relates to UDF invocation? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
Briefly describe the problem and the solution.
Related issues
Fixes #
Testing
How was this tested (unit/integration/manual)? Include commands, links, or screenshots if applicable.
Special notes for reviewers
Anything notable for review (risk, rollout, follow-ups).