[xk6-kafka] Protobuf Schema

Is there a way to send messages of Protobuf type to a kafka/Confluent topic? and also to read or deserialize them to make some assertions?

Hi @imiranda, Welcome to the community forum.

While there is nothing wrong with asking this question here, the xk6-kafka is unofficial extensions of k6 made by @mostafa. This likely means that they are the only person who can answer this question, and it might be better if you use that project issues, as you will get people working with that extension.

On that note there seem to be an issue discussing exactly this functionality.

2 Likes

@imiranda The feature is merged now. The test_bytes.js script provides an example on how to produce and consume binary data.