apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.23k stars 26.35k forks source link

[Discussion] The positioning of Dubbo in the FaaS platform #10155

Open AlbumenJ opened 2 years ago

AlbumenJ commented 2 years ago

FaaS (Function as a service) is a kind of cloud computing service that allows developers to build, compute, run, and manage application packages as functions without having to maintain their own infrastructure. FaaS requires Dubbo to be initialized quickly in a very short time. Also, it there anything we can do in FaaS platform?

CrazyHZM commented 2 years ago

dubbo-native and application practices under GraalVM can be explored and applied to FaaS scenarios.