Azure / azure-iot-sdk-csharp

A C# SDK for connecting devices to Microsoft Azure IoT services
Other
457 stars 493 forks source link

[Technical Question] #3446

Open RollsChris opened 3 months ago

RollsChris commented 3 months ago

I'm looking for the best way to stress test a Modules message handler. So far i think the only option is to create another module and route its output to the input of the module i want to test.

I see plenty of examples of sending messages to my device but not to a specific route for my module?

what am i missing?

Thanks for any help.

andyk-ms commented 3 months ago

There is this document about module configuration that may help.

https://learn.microsoft.com/en-us/azure/iot-edge/module-composition?view=iotedge-1.4#configure-modules