spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
Updating the properties of streams shows both properties in UI
trafficstars
Similar to what we saw in Tasks with respect to when a user updates a property showing both versions, however dataflow utilizes the correct version upon deployment. Steps to reproduce:
- User sets the expression for filter and deploys the stream
- User updates the stream and changes the filter. The original expression appears in the properties as well as the updated expression and clicks the
UPDATE THE STREAMbutton. - Data flow uses the correct expression
Maybe associated with this issue: https://github.com/spring-cloud/spring-cloud-dataflow/issues/5461