Azure / Azure/azure-functions-java-worker
Implement all the message types in StreamingMessage
Open
area:java-functions
Enhancement
New Feature
P1
reviewed
- Dominant language
- Java
- Stars
- 103
- Forks
- 74
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 2
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.