Skip to content
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

Added maximum Message size ServeOption #153

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Conversation

davidelienhard
Copy link
Contributor

Description of your changes

Fixes #

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable to ensure this PR is ready for review.

How has this code been tested

sdk.go Outdated
@@ -114,12 +116,22 @@ func Insecure(insecure bool) ServeOption {
}
}

// MaxMsgSize returns a ServeOption to set the max message size in bytes the server can receive.
Copy link
Member

Choose a reason for hiding this comment

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

Ah, looks like this needs a slight tweak to appease the linter. 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I modified the comment... :D

Copy link
Member

Choose a reason for hiding this comment

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

Thank you! Sadly it looks like this needs another rebase, and DCO is failing again. ☹️ Sorry this small change has been such a pain to get in!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should have fixed it, or at least i hope! Sorry for the annoyment...

Signed-off-by: Davide Lienhard <[email protected]>
@jbw976 jbw976 merged commit 9dd8603 into crossplane:main Aug 12, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants