GoogleCloudPlatform / functions-framework-java

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

feat: Scale jetty server to serve concurrent requests #143

Closed kappratiksha closed 2 years ago

kappratiksha commented 2 years ago

Adding the capability to serve upto 1000 concurrent requests by jetty server.