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

Enhance stream tap creation experience

Open ilayaperumalg opened this issue 5 years ago • 0 comments

As a user I'd like to have my stream application's endpoints visible at the stream creation page so that I could create tap on the streams that were created already.

For instance, let's say I have a stream: s1=http | transform | log already created.

When I try to create a new stream, I can have the named destinations such as s1.http and s1.transform to be available so that I could choose those for the new tap streams I newly create.

It would also be better to show the original stream graph (in this case s1) and load their named destinations as well.

ilayaperumalg avatar Jul 24 '20 08:07 ilayaperumalg