Hello!
I'm very new with microservice implementation. Been testing for a couple days and have successfully emitted events from one MS to another (example service injection attached in the image)
As you can see in that image I'm simply injecting the MS token, but wondering about what happens when having more than 2 microservices listening to a same event. Is there a way to publish one event for many to listen, plus avoiding having to inject a MS token for every client on .service files?
I feel like this is related to consumer group ids, but still not sure about the token injection part. Would appreciate some guidance 🙏