RWS / odata

SDL OData Framework

Home Page:https://sdl.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use connection pool to manage connections with the microservices

quirijnslings opened this issue · comments

If you use the CIL intensively (> 30000 requests within 5 minutes), there is a risk that the application server making those requests runs out of connections. You will see a 'No route to host' exception.

This could be resolved by introducing connection pooling to the CIL.

Affected customers: Robeco.

Marked this as enhancement. Please feel free to pickup this if you are working on it already and create a Pull Request.