spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

Properties that can't be set should not appear in the menu drop down.

Open markpollack opened this issue 2 years ago • 1 comments

from #5470

The following list of properties are determined by the backend and cannot be set by the user. spring.cloud.task.schemaTarget, spring.cloud.task.tablePrefix,spring.cloud.deployer.bootVersion, spring.batch.jdbc.table-prefix, spring.batch.jdbc.tablePrefix I would suggest removing the following properties when the version changes or at the start of launch.

markpollack avatar Sep 26 '23 14:09 markpollack

Let's review this topic more generally, there may other properties that the user can't modify. Maybe the metrics properties and destination properties.

There is a noticeable difference between the number of properties available to set when creating the stream vs. editing the stream.g

markpollack avatar Sep 26 '23 14:09 markpollack