Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tzolov opened this issue Feb 1, 2021 · 1 comment
Assignees
Labels
type/bug Is a bug report

Comments

@tzolov
Copy link
Contributor

tzolov commented Feb 1, 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
Copy link
Contributor

Issue moved to spring-cloud/spring-cloud-deployer-local #202 via ZenHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Is a bug report
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants