You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The dslText is the DSL with all the parameters sent in the last deploy/update. He reflects all the states.
The originalDslText is the DSL of the stream creation (= first DSL).
On SCDF UI, this 2 properties are used.
Problem:
Hard for a user to have a vision of a stream (read between parameters).
The DSL Text is most of the time truncate in the UI
How to reproduce:
Create a stream file | log
Deploy file | log (do not specify parameter)
Navigate to the stream page, you should see something like that:
Only for the stream feature -
Description:
The dslText is the DSL with all the parameters sent in the last deploy/update. He reflects all the states.
The originalDslText is the DSL of the stream creation (= first DSL).
On SCDF UI, this 2 properties are used.
Problem:
How to reproduce:
file | log
file | log
(do not specify parameter)Solution:
Create a method which return the stream with just the apps and names
Ex:
f1: file | l1:log
The text was updated successfully, but these errors were encountered: