OpenFunction / functions-framework

functions-framework for multi-runtime, multi-type functions, and multi-language support
10 stars 6 forks source link

Support Java Functions Framework #16

Closed benjaminhuo closed 2 years ago

benjaminhuo commented 2 years ago

We need to add OpenFunction async runtime support for https://github.com/OpenFunction/functions-framework-java and https://github.com/OpenFunction/builder, as well as add an unified function signature for both sync and async runtime

benjaminhuo commented 2 years ago

Fixed by https://github.com/OpenFunction/functions-framework-java/pull/1 and https://github.com/OpenFunction/builder/pull/58