Re: [I] Connection leaks on SQL components [camel-karavan]

2024-04-03 Thread via GitHub
davsclaus commented on issue #1213: URL: https://github.com/apache/camel-karavan/issues/1213#issuecomment-2034838818 okay I dont have a DB2 datbase, and would need to have some other kind of database. I am not sure if you can try to put together with another database - for example some basi

Re: [I] Connection leaks on SQL components [camel-karavan]

2024-04-03 Thread via GitHub
davsclaus closed issue #1213: Connection leaks on SQL components URL: https://github.com/apache/camel-karavan/issues/1213 -- 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 uns

Re: [I] Connection leaks on SQL components [camel-karavan]

2024-04-03 Thread via GitHub
davsclaus commented on issue #1213: URL: https://github.com/apache/camel-karavan/issues/1213#issuecomment-2034417672 You set a very low connection timeout of only 1s (1000 millis). The default value in Hikari is 30s (3) And as such I think its a false warning. private static fi

[I] Connection leaks on SQL components [camel-karavan]

2024-04-03 Thread via GitHub
dpalinic opened a new issue, #1213: URL: https://github.com/apache/camel-karavan/issues/1213 I observed connection leaks when using SQL component using Karavan 4.4.0. **How to reproduce:** 1. Create integration which has SQL component as a source 2. Leave default settings for eve