[FEEDBACK] RuntimeManager should have a connection pool instead of a connection per request. #203
Labels
component/runtime-sidecar
Related to the Runtime-sidecar
enhancement
New feature or request
roadmap
This issue is part of the roadmap
Background
Currently, the
runtimemanager
is creating a new connection per request. This is not very efficient and performant.What do you propose to do?
We should create a connection pool per runtime environment and reuse these connections.
What have you already tried?
No response
What else should we know?
No response
The text was updated successfully, but these errors were encountered: