gatling-kafka-plugin icon indicating copy to clipboard operation
gatling-kafka-plugin copied to clipboard

Add the possibility to get the event of successfull matched event of the replytopic and extract some properties from the message

Open DevArosan opened this issue 1 year ago • 0 comments

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

  1. Send event to Topic A
  2. Match some event on Topic B
  3. Extract information of matched event from Topic B and send to Topic C

DevArosan avatar Mar 23 '23 15:03 DevArosan