Was there any changes in custom protocol config API or example from docs should work? For some reason I’m still getting compilation errors when trying to use example from docs with snapshot version of Gatling.
value protocolConfig is not a member of io.gatling.core.controller.inject.AtOnceInjection
Where testScenarios is an iterable with all scenarios and addScnName returns custom protocol config for the specified scenario (actually it just adds custom header with scenario name so all request of each scenario contain header with the corresponding name)