-
Notifications
You must be signed in to change notification settings - Fork 399
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
unable to consume specific amount of messages without waiting with a setTimeout #450
Comments
You need to handle the potential error case in In your code that executes a timeout and then does it, it is likely that the fetcher is already set up and it works coincidentally. |
Is there not an error event emitted? I am seeing something very similar, but error is |
@thebigredgeek This is also exactly what I was experiencing: Error is null, messages array is empty and offset is being incremented (unless configured to not have automatic offset handling). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Multiple people have the same problem (myself included). This should not be closed. |
I'm also facing this issue atm. Using a setTimeout, but the timeout is not reliable |
Same issue, Any fix for this problem, without this we cant manually consume data and commit |
We are experiencing the same issue. Please re-open this issue. |
Environment Information
If i'm replacing the line that I've marked above with the following, then it does work:
Could this be related to
node-rdkafka
? or is it something that has to do with my kafka configuration?The text was updated successfully, but these errors were encountered: