azure-functions-java-worker icon indicating copy to clipboard operation
azure-functions-java-worker copied to clipboard

Implement all the message types in StreamingMessage

Open pragnagopa opened this issue 6 years ago • 3 comments

Functions host will start sending various messages defined under StreamingMessage: https://github.com/Azure/azure-functions-language-worker-protobuf/blob/dev/src/proto/FunctionRpc.proto#L20

To avoid breaking language worker, please implement all of them otherwise grpc will start throwing errors. Note: only dummy implementations needed for now to avoid breaking changes

pragnagopa avatar Mar 02 '19 19:03 pragnagopa

Hey I don't expect we'll get this this sprint, I'm thinking of moving to Triaged as a P1/P2? Thoughts? From a user point of view I think it's like a P2 (something we should do but not pressing), but know it may bring benefits to other aspects of the out-of-proc model to make it a P1 type issue.

jeffhollan avatar Mar 04 '19 23:03 jeffhollan

Wondering if we move this to a P2? Been a P1 for a bit now but open to it

jeffhollan avatar Jul 03 '19 00:07 jeffhollan

This is still a P1. @amamounelsayed - Please look at this after throughput investigation

pragnagopa avatar Jul 05 '19 15:07 pragnagopa