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

Source API: to poll the internal producer regularly #511

Open
daniil-quix opened this issue Sep 23, 2024 · 0 comments
Open

Source API: to poll the internal producer regularly #511

daniil-quix opened this issue Sep 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@daniil-quix
Copy link
Collaborator

Currently, Sources poll the internal Producer only while producing a message.
It works fine if the Source produces data steadily without gaps.

But if the source doesn't receive any data, the Producer will only be polled once new data comes in.
It may lead to delayed errors if some previous messages fail to be delivered to Kafka.

We need to investigate how to poll the internal producer regularly or how to let Source implementations do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Research
Development

No branches or pull requests

1 participant