Skip to content

Releases: mostafa/xk6-kafka

v0.2.1

17 May 12:56
Compare
Choose a tag to compare

This release fixes an issue in Avro serialization of the message key. The script was a bit messy, so I splitted it into two separate scripts for JSON and Avro and updated the README to reflect the changes.

Latest stable release targeting k6 v0.32.0

16 May 23:24
bb0ceb8
Compare
Choose a tag to compare

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

31 Mar 10:01
Compare
Choose a tag to compare

This release updates k6 to v0.31.1 and fixes path issue reported by @niloo0 on #4.

v0.1.1

25 Nov 10:52
Compare
Choose a tag to compare

Use this version to avoid conflict because of name changes from k6-plugin-kafka to xk6-kafka.

First version

19 Nov 15:52
Compare
Choose a tag to compare

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.