bamaer commented on issue #4751: URL: https://github.com/apache/hop/issues/4751#issuecomment-2574663928
connection pooling was removed in Apache Hop after the fork from PDI. Connections in a pipeline/workflow are created at the start and release (max) at the end of the execution. Connection pooling adds little to no value in these scenarios (as was already the case in PDI/Kettle). We could consider documenting the _absence_ of connection pooling in the documentation though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
