Mostafa Moradian
Mostafa Moradian
Hey @dgarcas, I already created a ticket for it: https://github.com/mostafa/xk6-kafka/issues/196
Hey @73VW, The reason is that I presumed that Django would be set to use the email field as the auth user ID. I see that this is a useful...
Hey @dejonestheadmin, Please do not post the entire code base in a comment, instead create a fork and change that or use GitHub Gists to show the changes.
Hey @AdiHaim, Can you provide a snippet? Please remove sensitive information before posting.
Hey @vuldin, I just heard about this tool. Having look at it, it seems it is not a programmable tool, unlike k6 and xk6-kafka, which is fully programmable. I think...
Hey @sandeepk6, It is expected of the developer/tester to provide valid schema in the code, which is why there is no validation. But I'd be happy to review contributions for...
Hey @rhasanoff, This extension uses [kafka-go](https://github.com/segmentio/kafka-go) underneath and kafka-go doesn't support skipping those messages yet. There is a long-awaited unmerged [PR](https://github.com/segmentio/kafka-go/pull/261) for the specific thing you're asking, so consider skipping...
Hey @macario1983, You probably don't need the entire source code of xk6-kafka to work with it and write scripts, and you can use the binaries distributed [here](https://github.com/mostafa/xk6-kafka/releases/latest). Also, I recommend...
Hey @pandsaurus, Some admin functionality are available via the [`Connection`](https://github.com/mostafa/xk6-kafka/blob/main/api-docs/docs/classes/Connection.md) object, like creating, listing and deleting topics, however certain features, like the ones you requested, are not available (yet). I...
Hey @AndreasKorn, Happy to see contributions.