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
With the current solution, it is only possible to match between produced and consumed event. I have the problem that I would like to extract some information from the successfully matched event of reply topic to create another new event that will be sent to another topic. Is there any way to get this information somehow or add another RequestTopic in my Scenario Builder. Then a new event will be published on the new RequestTopic. The event is created from the information from the successfully made event from the Reply Topic.
E.g:
First Request Topic: A
Reply Topic: B
Second Request Topic: C
Send event to Topic A
Match some event on Topic B
Extract information of matched event from Topic B and send to Topic C
The text was updated successfully, but these errors were encountered:
DevArosan
changed the title
Add the possibility to get the event of successfull matched event of the replytopic and extract some properties from the message value
Add the possibility to get the event of successfull matched event of the replytopic and extract some properties from the message
Mar 24, 2023
With the current solution, it is only possible to match between produced and consumed event. I have the problem that I would like to extract some information from the successfully matched event of reply topic to create another new event that will be sent to another topic. Is there any way to get this information somehow or add another RequestTopic in my Scenario Builder. Then a new event will be published on the new RequestTopic. The event is created from the information from the successfully made event from the Reply Topic.
E.g:
First Request Topic: A
Reply Topic: B
Second Request Topic: C
The text was updated successfully, but these errors were encountered: