spring-cloud-deployer-local
spring-cloud-deployer-local copied to clipboard
The Spring Cloud Deployer implementation for a "local" machine
On call to Scale API, every call (in my case with spring-cloud-skipper through Spring Cloud Data Flow & alertmanager) causes a new directories created under the [workingDirectoriesRoot](https://github.com/spring-cloud/spring-cloud-deployer-local/blob/main/spring-cloud-deployer-local/src/main/java/org/springframework/cloud/deployer/spi/local/LocalDeployerProperties.java#L102) The problem is...
I found the source below while looking for a solution to an issue I wrote in the past. [my issue #5169](https://github.com/spring-cloud/spring-cloud-dataflow/issues/5169) Is there any particular reason for naming the folders...
The deployment property `use-spring-application-json` will take the application properties defined in the DSL and either set them as a json string under the env-var `SPRING_APPLICATION_JSON` aka `SAJ` or set an...
Currently, the `server.port` assigned to each app is determined by `DeployerSocketUtils` However, this utility make no guarantee about the subsequent availability of a given port and is therefore unreliable.
On a local docker deployment, using kafka/docker time app in a stream like `time > :foo` with properties ``` deployer.time.count=3 deployer.time.memory=2 ``` 3 instances are started but no limit is...
Backport #205
Backport #205
Steeltoe team has created a .NET implementation of Streams that is interoperable with spring-cloud-stream. This allows .NET applications to be run as SCDF applications and we have successfully deployed to...
@tzolov commented on [Mon Feb 01 2021](https://github.com/spring-cloud/spring-cloud-dataflow/issues/4359) Currently, for the local deployment, the Spring datasource configuration of thg Dataflow/Skipper server is passed to the deployed applications as part of the...
The JAVA_OPTS properties set via `spring.cloud.deployer.local.javaOpts` need to be supported for docker apps.