I am trying to send telemetry data from two simulated devices using C#, I am using stream analytics to catch the input and pass it to Power BI as output. I am using two input streams and two output streams for the devices, Bothe the input streams have different consumer groups. Stream analytics job is able to catch only one input stream at a time, which goes into both the outputs.
Asked
Active
Viewed 142 times
1
-
I am not sure what your question actually is, but have you tried using multiplexing? See https://stackoverflow.com/a/40227905/1051634 – kartben May 27 '19 at 12:23
-
Are you using two separate instances of the DeviceClient, each with its device identity? – Stefan Wick MSFT May 31 '19 at 16:28
-
The scenario you described should work. Are you using the same serialization format for both the inputs? Also, are there any filters that may be filtering data out? – Vignesh Chandramohan Aug 17 '19 at 17:40