-
Notifications
You must be signed in to change notification settings - Fork 703
Add/max connections to accept param #7292
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
base: main
Are you sure you want to change the base?
Add/max connections to accept param #7292
Conversation
|
Hi @kimiyasharifi! Welcome to our community and thank you for opening your first Pull Request. Someone will review it soon. Thank you for committing to making Contour better. You can also join us on our mailing list and in our channel in the Kubernetes Slack Workspace |
…alue MaxConnectionsToAcceptPerSocketEvent is a *wrapperspb.UInt32Value in EnvoyListenerConfig, so wrap the uint32 value using wrapperspb.UInt32() to fix the type mismatch and prevent compilation errors.
4cbba23 to
4ebb517
Compare
sunjayBhatia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks like it currently includes unrelated changes to the title/description and deletes the existing github workflow files
To get this in we'll need some cleanup on the diff to only include relevant changes
Add MaxConnectionsToAcceptPerSocketEvent to EnvoyListenerConfig