mostafa/xk6-kafka

Return execution control to the consume function if no message has arrived within a maximum time limit

dgarcas opened this issue · 1 comments

The kafa-go library, allows control to be returned via the context if no message has arrived. However, xk6-kafka the VU is always blocked. I need to do other operations until I get a message.

Hey @dgarcas,

I already created a ticket for it: #196