spring-cloud-deployer-local icon indicating copy to clipboard operation
spring-cloud-deployer-local copied to clipboard

(Docker-Compose) Deployed applications should be able to override the datasource configuraitons inherided from the Skipper or Dataflow servers

Open sabbyanandan opened this issue 4 years ago • 0 comments

@tzolov commented on Mon Feb 01 2021

Currently, for the local deployment, the Spring datasource configuration of thg Dataflow/Skipper server is passed to the deployed applications as part of the environment context.

This affects only the maven/jar applications deployed in local mode.

Because the existing docker-compose configurations uses env. variables (e.g. SPRING_DATASOURCE_URL) instead of properties (like --spring.datasource.url) the deployed streaming apps are not able to configure customer per-app datasources.

sabbyanandan avatar Mar 02 '21 16:03 sabbyanandan