You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/01/10 05:46:54 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on a change in pull request #7911: [Feature][dolphinscheduler-dao] expose hikari parameters when deploy on k8s #7910

caishunfeng commented on a change in pull request #7911:
URL: https://github.com/apache/dolphinscheduler/pull/7911#discussion_r780903239



##########
File path: docker/build/conf/dolphinscheduler/datasource.properties.tpl
##########
@@ -21,6 +21,9 @@ spring.datasource.url=jdbc:${DATABASE_TYPE}://${DATABASE_HOST}:${DATABASE_PORT}/
 spring.datasource.username=${DATABASE_USERNAME}
 spring.datasource.password=${DATABASE_PASSWORD}
 
+# hikari configuration
+spring.hikari.maximum-pool-size=${HIKARI_MAXIMUM_POOL_SIZE}

Review comment:
       maybe is `spring.datasource.hikari.maximum-pool-size`




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org