ydarias / xk6-nats

This is a K6 extension to be able to test using NATS protocol
MIT License
13 stars 9 forks source link

Feature request: Binary payloads #6

Closed jonaskello closed 1 year ago

jonaskello commented 1 year ago

We use protobuf based payloads and as I understand it the API today can only send strings. I think it would make sense to only support binary payloads and if you need string then encode it to array buffer in javascript before calling the xk6-nats API.

ydarias commented 1 year ago

Hello, right now I am on holiday, once I return to work I will triage and study the issue properly.

Thank you very much :-)