Skip to content

Kafka manual partition pausing with pause-if-no-requests backpressure support #3295

Description

@ozangunalp

Currently, manually pausing a partition requires setting pause-if-no-requests=false, which disables backpressure and can lead to OOM errors as the application continues to buffer messages.

Users need a strategy to pause specific partitions during failure while keeping pause-if-no-requests=true to maintain system stability.
This requires the Kafka connector to maintain an internal list of manually paused partitions that are excluded from the automatic resume logic.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions