luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

CCO shouldn't open new connections all the time #115

Open luka-j opened 1 year ago

luka-j commented 1 year ago

At the moment, CCO opens a new connection for each request. We should pool open connections and open new ones only when needed. Note that these connections are still dynamic: CONF dictates which datasources exist and which don't and this can change at any time during runtime.