Skip to content

experimental: add package and move recv buffer pool APIs into it #6692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 13, 2023

Conversation

easwars
Copy link
Contributor

@easwars easwars commented Oct 5, 2023

RELEASE NOTES: none

@easwars easwars requested a review from dfawley October 5, 2023 18:32
@easwars easwars added the Type: Feature New features or improvements in behavior label Oct 5, 2023
@easwars easwars added this to the 1.59 Release milestone Oct 5, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #6692 (9f0e2e4) into master (be7919c) will increase coverage by 0.09%.
Report is 12 commits behind head on master.
The diff coverage is 76.92%.

Additional details and impacted files

@ginayeh ginayeh modified the milestones: 1.59 Release, 1.60 Release Oct 5, 2023
Copy link
Member

@dfawley dfawley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have a dependent PR that builds on this by adding/moving things here? Can we include this with that? It doesn't seem very useful to have an experimental package with nothing in it.

@dfawley dfawley assigned easwars and unassigned dfawley Oct 9, 2023
@easwars
Copy link
Contributor Author

easwars commented Oct 11, 2023

Do you have a dependent PR that builds on this by adding/moving things here? Can we include this with that? It doesn't seem very useful to have an experimental package with nothing in it.

Added the recv buffer pool APIs to the experimental package. PTAL. Thanks.

@easwars easwars assigned dfawley and unassigned easwars Oct 11, 2023
@easwars easwars changed the title experimental: add package with placeholder .go file experimental: add package and move recv buffer pool APIs into it Oct 11, 2023
dialoptions.go Outdated
Comment on lines 712 to 714
return newFuncDialOption(func(o *dialOptions) {
o.recvBufferPool = bufferPool
})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return withRecvBufferPool(bufferPool)

*
*/

// Package experimental is a placeholder for experimental features that might
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/placeholder for/ collection of/

@easwars easwars closed this Oct 13, 2023
@easwars easwars reopened this Oct 13, 2023
@easwars easwars merged commit ddb026e into grpc:master Oct 13, 2023
@easwars easwars deleted the experimental branch October 13, 2023 01:29
arvindbr8 pushed a commit to arvindbr8/grpc-go that referenced this pull request Nov 7, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Feature New features or improvements in behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants