Skip to content

flink kafka consumer support sync-savepoint #2318

Description

@Tartarus0zm

The current Auron Flink Kafka consumer is implemented using Flink's legacy source. Periodic checkpoints and non-sync savepoints work fine, but Flink's sync-savepoint flow goes: cancel first, then trigger the snapshot logic. Since the current Auron implementation uses a while infinite loop, it can't detect the cancel event, which causes the sync-savepoint to hang.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions