GoogleCloudPlatform / functions-framework-java

FaaS (Function as a service) framework for writing portable Java functions
Apache License 2.0
130 stars 63 forks source link

chore(implementation): Use Jetty handlers rather than Servlets #241

Open gregw opened 10 months ago

gregw commented 10 months ago

Optimization to avoid the extra dispatch overheads of Servlets by using Eclipse Jetty Handlers directly.

gregw commented 10 months ago

This is a step toward #235