Skip to content

Source API: to poll the internal producer regularly #511

Open
@daniil-quix

Description

@daniil-quix

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    Status

    In Research

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions