Hi all,
I have a process that subscribes to multiple topics on a pubsub and I want the pubsub to send messages like {topic, message}
instead of just message
so I can tell what topic I’m receiving information from. How can I accomplish this without slowing anything down? A custom dispatcher? An option I missed somewhere?