jabhishek01 commented on issue #1348:
URL: https://github.com/apache/camel-karavan/issues/1348#issuecomment-2540582988
@oscerd Thanks for sharing this. This worked for me. But when i configure
datasource as bean that time i am getting this issue.
- beans:
- name: LocalPostgres
type: com.zaxxer.hikari.HikariDataSource
properties:
driverClassName: org.postgresql.Driver
jdbcUrl: >-
jdbc:postgresql://dburl/smh
username: smh_user
password: "{{db.password}}"
connectionTimeout: "10000"
maximumPoolSize: "20"
leakDetectionThreshold: "20000"
maxLifetime: "300000"
--
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]