-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout when the reader cannot consume messages anymore #196
Comments
Hello @mostafa. First, thanks for your extension! Currently this is the only one to work with kafka in k6 script! Do you plan to work on this bug soon? This is very annoying in my project when some kafka messages are not received randomly, the test hangs until k6 reaches the end of the test duration time. I'm not really skilled with writting extensions for kafka yet (only wrote an extension to do some custom crypto operations and keep keys) so definitely I have no idea about adding a timeout in the context to make it work. |
Hello @mostafa , do you have any update on this? |
Hey @JasmineCA, I haven't had time to implement this, yet I highly appreciate if anybody does. |
Due to several reports in #180, I need to introduce an external context with timeout to prevent
reader.consume
from hanging.The text was updated successfully, but these errors were encountered: