You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have three topics of distinct messages all with the same key of event id.
The goal is to aggregate the messages and when they all arrive to emit a combined message onto a new stream. Currently I have groups and the process Callback defined as follows. All three are similar.
Is there a better way to do this?
My last issues is if one of the messages doesn't arrive how can I still emit a message with the data that does exist?
Thanks
The text was updated successfully, but these errors were encountered:
Quinoa3
changed the title
Trying to find the best way to join multiple topics
Question: Trying to find the best way to join multiple topics
Sep 13, 2024
I have three topics of distinct messages all with the same key of event id.
The goal is to aggregate the messages and when they all arrive to emit a combined message onto a new stream. Currently I have groups and the process Callback defined as follows. All three are similar.
Is there a better way to do this?
My last issues is if one of the messages doesn't arrive how can I still emit a message with the data that does exist?
Thanks
The text was updated successfully, but these errors were encountered: