Skip to content

[FLINK] Support timer service#29

Open
KevinyhZou wants to merge 4 commits intobigo-sg:gluten-0530from
KevinyhZou:feature_timer_service
Open

[FLINK] Support timer service#29
KevinyhZou wants to merge 4 commits intobigo-sg:gluten-0530from
KevinyhZou:feature_timer_service

Conversation

@KevinyhZou
Copy link
Copy Markdown

@KevinyhZou KevinyhZou commented Apr 16, 2026

支持Timer service功能

  1. 支持process timer service: 每条数据对应不同的key 和 timestamp, 对于每个不同的key 和 timestamp,将其注册并保存到对应的queue 中,并定义对应的 SystemProcessTimer,根据定期的系统timer 时间来触发计算;

  2. 支持event timer service:同样每条数据对应不同的key 和 timestamp,注册event timer到对应的key中,当watermar assinger 不断的发送watermark 调用advanceWatermark, 将eventTimerQueue中的timer 取出,逐条与watermark,判断是否watermar 是否触发了计算,如果是的话,则计算结果;

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.

1 participant