spring: datasource: hikari: poolName: Hikari auto-commit: false max-pool-size: 30 minimum-idle: 10 data-source-properties: cachePrepStmts: true prepStmtCacheSize: 250 prepStmtCacheSqlLimit: 2048 ...
I am trying to deploy Spring cloud data flow using helm on a kubernetes cluster. There are few applications which are registered in SCDF. Applications with Spring boot version 2.1.x runs successfully ...