gatling-kafka-plugin
gatling-kafka-plugin copied to clipboard
How to get the status of failed message request, Gatling session status doesn't work
Hi,
I am trying to get the status of failed Kafka message request. I have tried session.status / session.isFailed on failed request but the status returned from session is 'OK' for failed request. How can I know if a Kafka request is Failed. Required this write the failed request message in a file
Hi @jigarkhwar is there any possibility we can log the message payload when the request is failed using the gatling logback.xml?