xk6-kafka icon indicating copy to clipboard operation
xk6-kafka copied to clipboard

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

Open dgarcas opened this issue 2 years ago • 1 comments
trafficstars

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.

dgarcas avatar Feb 14 '23 11:02 dgarcas

Hey @dgarcas,

I already created a ticket for it: https://github.com/mostafa/xk6-kafka/issues/196

mostafa avatar Feb 16 '23 09:02 mostafa