crossplane-contrib / crossplane-contrib/function-auto-ready
Conditionalize MaxRecvMessageSize
Open
enhancement
- Dominant language
- Go
- Stars
- 36
- Forks
- 27
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 9
Description
There was a need to bump `MaxRecvMessageSize` across all our functions recently with the upgrade to the new v1 sdk, this included `function-auto-ready`.
Just dropping an issue to track this, and get some feedback about where the best place to implement this is.
Simple fix is to update the fn.Serve with `function.MaxRecvMessageSize(c.MaxGRPCMessageSize)`.
Could either happen at each function level, or `function-sdk-go` template.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.