spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 581 forks source link

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

Open markpollack opened 12 months ago

markpollack commented 12 months ago

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 commented 12 months ago

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