apache / apache/auron

flink kafka consumer support sync-savepoint

Open
#2,318 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1.8k
Forks
241
Avg merge
2d 12h
Merged PRs (30d)
21

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.