Releases: mostafa/xk6-kafka
Bugfix release
Feature: SASL Auth (PLAIN and SCRAM)
In this release I've added the SASL authentication feature with PLAIN and SCRAM mechanisms (no SSL yet). I also fixed some bugs and added three separate scripts that shows how to use the extension with Avro and JSON formats and how to authenticate using SASL SCRAM (sha256).
I'd be very happy to hear your feedback.
v0.2.1
Latest stable release targeting k6 v0.32.0
This release has a fix by @mstoykov (#7) that fixes path error and takes into account the recent changes to the k6 v0.32.0.
Latest stable release targeting k6 v0.31.1
v0.1.1
First version
This project was originally written with the plugin architecture in mind, but after a lot of back and forth, the company decided to choose another path. So, this plugin has become an extension to k6, which can be built using the xk6 tool. Instead of the previous method (plugin), where you had a Shared Object (.so
) that was loaded on runtime, you will now have a custom-built k6 binary that has one or more extensions inside.
This version includes all the necessary basics you might need to load test Apache Kafka. The extension has a producer and a consumer. The JSON and Avro message formats are supported. For more information, please refer to the README.