Mark Pollack
Mark Pollack
**Problem description:** In the dashboard, when I view stream definition, I see additional properties getting added for metrics and wavefront which adds difficulty in getting stream definition. How to disable...
Customers will install SCDF in 'task only' mode on CF/TAS. The acceptance tests should explicitly run this configuration as there was a configuration issue in the past that wasn't caught...
outdated content, will shortly be replaced by another approach that is much better.
Since all implementations will need this, it should go into the SPI test.
When an operation against the deployer API is not sufficient to implement a use-case, having access to the underlying platform client library for a SPI provider simplifies the app's implementation,...
Some applications would like to have multiple deployer impls on the classpath which is not currently possible. One approach to support this is to give each deployer bean a unique...
The user should be able to specify environment variables to the environment when running an application. For example, to set `SPRING_CLOUD_CONFIG_URI=http://localhost:8888` This request originated in https://github.com/spring-cloud/spring-cloud-dataflow/pull/414 but was before switching...