a. How many data your publlsher program will send to the message broker in one run? The publisher program is designed to send five separate messages (data entries) to the message broker during a ...
Since there are 5 publish_event method calls within the main function inside src/main.rs, there would be 5 messages that is sent from the publisher. It means that both the subscriber and the publisher ...