Replies: 2 comments 4 replies
-
Create a map variable called I also suggest passing |
Beta Was this translation helpful? Give feedback.
3 replies
-
Alright it works. Thank you guys for your help. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello lovely people,
i have a channel that awaits input from other channels in its source channelreader.
Like:
ChannelA
Source: Filereader
Destination: Channelwriter
ChannelB
Source: Filereader
Destination: Channelwriter
ChannelD, ChannelE, ChannelF and so on
They all sennd to ChannelX which then sends to a TCP Destination
ChannelX
Source: Channelreader
Destination: TCP Sender
Now i would like to have a dashboard display of which channel did send the message to ChannelX
How could i do that?
Thank's for helping me out!
Beta Was this translation helpful? Give feedback.
All reactions