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
In my test I need to send messages to multiple kafka topics within one scenario. Is it possible at the moment? Currently I can see that you define the topic at the protocol building, but I'd like to be able to execute something like this:
I suggest anything related to the Kafka target cluster to be configurable dynamically rather than requiring hardcoding / statically binding in the Simulation.
This is equivalent to vanilla Gatling for which the target is not part of the simulation / scenario.
Any suggestion on how to work around the current limitation outside of statically loading from env / config file / hardcoding in each Simulation?
Hi,
In my test I need to send messages to multiple kafka topics within one scenario. Is it possible at the moment? Currently I can see that you define the topic at the protocol building, but I'd like to be able to execute something like this:
The text was updated successfully, but these errors were encountered: