As I mentioned in the article, event driven architectures are pub-sub driven and the publishers are not even aware of their subscribers. I wouldn’t know who is using the customer info and for what purpose, so I would emit one event and let anyone out there grab it.
You are talking about “message”-driven architecture where I would be aware of my downstream systems and would emit one specific message to each of them.