Using protobuf with k6

Hi,

I haven’t tried to use protobufs or used any implementation of them with k6 and I don’t know of anyone who has, successfully or otherwise :frowning: . In general if you are using some node library you will need to read the doc on using node libraries with k6 and be aware that maybe k6 doesn’t support one or more feature of js that will be used.

In the case of protobufs this probably isn’t the case and you should be able to use the lib after running it through browsefy if required.

Can you provide more step by step explanation to what you are doing and maybe a sample k6 script. I suppose you can make a github repo for that purpose or upload an archive somewhere?