Skip to content
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

PartitionEoF error in the reader #1257

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

glossd
Copy link

@glossd glossd commented Jan 20, 2024

This PR enables Reader to notify the user when it reaches the end.
This is the same functionality as in librdkafka with config enable.partition.eof

@glossd
Copy link
Author

glossd commented Jan 20, 2024

The tests are failing with the Request Timed Out, my local tests were failing like that too. However, it seems that my added test passes. Any advice?

@glossd glossd force-pushed the enable-partition-eof branch 3 times, most recently from b8bbcea to 8aea25f Compare January 26, 2024 12:16
@glossd
Copy link
Author

glossd commented Jan 26, 2024

@petedannemann Hi, I fixed the tests, but some of them are failing from time to time due to Request Timed Out error. I believe this is the issue Flaky tests . Could you please review?

@glossd
Copy link
Author

glossd commented Feb 9, 2024

@petedannemann @ssingudasu Hello, could you please review this PR? I need this functionality for my project, and unlike sarama and confluent, this library doesn't have it. Or at least let me know if you're not going to review this.

@petedannemann
Copy link
Contributor

@petedannemann @ssingudasu Hello, could you please review this PR? I need this functionality for my project, and unlike sarama and confluent, this library doesn't have it. Or at least let me know if you're not going to review this.

Just fork the repo for now to unblock yourself. We have a very lean team with limited capacity and cannot spend much time at our jobs reviewing open source contributions from outside contributors. We will get to this when we can find time for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants