We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Kafka queries keeps on processing more and more data if someone is writing to the topic it is reading from
Expected behavior
Reads until the offset set on the start of the query so the queries can actually stop at some point
How to reproduce
Run kafka query while active kafka writer keeps on writing to the topic
Screenshots
Software version
I think version 5.1.0-7-g87a76018 is currently running
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered:
eemhu
Successfully merging a pull request may close this issue.
Describe the bug
Kafka queries keeps on processing more and more data if someone is writing to the topic it is reading from
Expected behavior
Reads until the offset set on the start of the query so the queries can actually stop at some point
How to reproduce
Run kafka query while active kafka writer keeps on writing to the topic
Screenshots
Software version
I think version 5.1.0-7-g87a76018 is currently running
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: