Hi,
in my stream i have multiple database source nodes that use the same datasource. I want to set the user & password so that i can execute the stream in batch mode.I know that i can use the
set Databasesourcenode1:databasenode.username = "myname"
set Databasesourcenode1:databasenode.password = "mypwd"
but this means i have to do it for every node. is it passible to set username and password to the datasource instead of each node?
Thanks in advance!