-
-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kgo: add Buffered{Fetch,Produce}Bytes
This slows down fetching a little bit. If it is egregious, we can fix the perf by tracking the size buffered when processing the fetch itself, and then adding a new field to batch-untrack the size. That's left as an exercise for a person that cares. This is now done since the prior commit introduces buffered produce bytes, and we may as well add it while fetching for both-sizes consistency, and we may as well expose it.
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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