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

Updating the properties of streams shows both properties in UI

Open cppwfs opened this issue 2 years ago • 1 comments
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:

  1. User sets the expression for filter and deploys the stream
  2. 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 STREAM button.
  3. Data flow uses the correct expression

cppwfs avatar Sep 23 '23 17:09 cppwfs

Maybe associated with this issue: https://github.com/spring-cloud/spring-cloud-dataflow/issues/5461

cppwfs avatar Sep 26 '23 14:09 cppwfs