You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to perform stress test for kafka-stream application I need to send avro messages to specified topic. So far I can not find such possibility, I think that this would be quite useful and dramatically increase functionality of this framework.
The text was updated successfully, but these errors were encountered:
There's a PR for extending k6 with plugin support, that's going to add JS plugins in Go, so that anyone can extend k6 with their own Go module/plugin: #1396
In the meantime, I've worked on a PoC, so that one can test Kafka: https://github.com/mostafa/k6-plugin-kafka
I'd be happy to hear your feedback/suggestions about it.
BTW, also have a look at this PR: mostafa/xk6-kafka#1
Closing as this is now already supported. As the previous comment mentions, mostafa/xk6-kafka is an available extension and it has good support and maintenance.
Open an issue on the dedicated board for reporting bugs or requesting features.
In order to perform stress test for kafka-stream application I need to send avro messages to specified topic. So far I can not find such possibility, I think that this would be quite useful and dramatically increase functionality of this framework.
The text was updated successfully, but these errors were encountered: