gatling-kafka
gatling-kafka copied to clipboard
Add dsl json -> Avro w/ Avro4s
Why has this PR not yet been integrated or at least discussed? I also need Avro support. Anything I can do? @mnogu
Hello, to everyone who needs to use Avro with this Gatling extension I implemented some test in this fork/branch:
https://github.com/rroyoo/gatling-kafka/tree/unit-test
https://github.com/rroyoo/gatling-kafka/blob/unit-test/src/test/scala/com/github/mnogu/gatling/kafka/request/builder/KafkaRequestBuilderTest.scala
I hope the tests are useful to you