Skip to content

[flink] support offset lag#3350

Open
zuston wants to merge 1 commit into
apache:mainfrom
zuston:updatelakeprogress
Open

[flink] support offset lag#3350
zuston wants to merge 1 commit into
apache:mainfrom
zuston:updatelakeprogress

Conversation

@zuston
Copy link
Copy Markdown
Member

@zuston zuston commented May 19, 2026

Purpose

Linked issue: close #3349

Flink currently exposes currentFetchEventTimeLag, but it measures event-time lag rather than offset backlog. For Fluss log reading, we need a Kafka-style records lag metric so users can understand how far each subscribed source-reader bucket is behind.

Relying only on timestamp lag can be misleading, especially for backfill jobs that subscribe to multiple time partitions. Older partitions may always appear to have a large event-time lag, even when their records have already been fully consumed.

Brief change log

Tests

API and Format

Documentation

@zuston zuston marked this pull request as ready for review May 19, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add support of offset lag

1 participant