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.
There was a need to bump
MaxRecvMessageSizeacross all our functions recently with the upgrade to the new v1 sdk, this includedfunction-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-gotemplate.