I am building one use case, where I need to simulate a lot of data from each custom module, like 500 messages/min, will there be any issues?
will edgeHub handle, 500 messages/custom modules from ten such custom modules at the same time?
I am building one use case, where I need to simulate a lot of data from each custom module, like 500 messages/min, will there be any issues?
will edgeHub handle, 500 messages/custom modules from ten such custom modules at the same time?
EdgeHub, a module that is a part of IoT Edge Runtime, itself does not have any throttling limits. If you have a decent hardware setup or a VM running IoT Edge Runtime, you can easily have 500 messages per second.
The only thing you have to count on are IoT Hub limitations, as this can limit the upstream communication.