fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Look into Twirp vs. gRPC #99

Open erwinvaneyk opened 6 years ago

erwinvaneyk commented 6 years ago

We are currently using gRPC for the API generation. Unfortunately we have been experiencing the same issues as the folks at Twitch (like incompatible versions - many dependencies have been pinned to specific commits to get everything to compile). Twirp sounds interesting. Although it is low prio issue, I am posting it here for reference in the future discussions.