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
Before using FastStream I have modified the timestamps of the redis messages so that I can find the correlating messages in the pipeline directly by matching the ids in multiple streams. With FastStream I am a bit concerned, because I see that there is correlation_id but I would still have to go through all messages and find the matching ones.
It would solve my problem, if I could modify the redis key and/or pass the key of one stream as the input of the next one.
Am I missing a parameter which I can pass to my publisher or is it possible to modify the message?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Before using FastStream I have modified the timestamps of the redis messages so that I can find the correlating messages in the pipeline directly by matching the ids in multiple streams. With FastStream I am a bit concerned, because I see that there is correlation_id but I would still have to go through all messages and find the matching ones.
It would solve my problem, if I could modify the redis key and/or pass the key of one stream as the input of the next one.
Am I missing a parameter which I can pass to my publisher or is it possible to modify the message?
Beta Was this translation helpful? Give feedback.
All reactions