I have an application to monitor real-time data coming from an IIoT, the problem is I don't know exactly if I should include the IIoT as an actor, this is the flow of my application:
the IIoT will send data to the Node-Red server then the Node-red will produce data to Kafka then a user (actor) will choose a machine then visualize the data coming from the IIoT.
First I included node-red and Kafka as a part of my application but I don't know what to do about the IIoT.
I have read that if you add an actor to the use case that means it has an interface in your application, but could the monitoring dashboard be the interface for the IIoT?