Skip to content

Commit d695d7b

Browse files
authored
fix: blog url and image (#1349)
1 parent ee249b6 commit d695d7b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

website/blog/2025-07-01-tiering-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In the sections that follow, we’ll dive into the **TieringSource** and **Tieri
5656
![](assets/tiering_service/tiering-source.png)
5757

5858
The **TieringSource** operator reads records from the Fluss tiering table and writes them into your data lake.
59-
Built on Flink’s Source V2 API ([FLIP-27](https://cwiki.apache.org/confluence/display/FLINK/FLIP-238:+Introduce+FLIP-27-based+Data+Generator+Source)), it breaks down into two core components: the **TieringSourceEnumerator** and the **TieringSourceReader**.
59+
Built on Flink’s Source V2 API ([FLIP-27](https://cwiki.apache.org/confluence/display/FLINK/FLIP-27%3A+Refactor+Source+Interface)), it breaks down into two core components: the **TieringSourceEnumerator** and the **TieringSourceReader**.
6060
The high-level workflow is as follows:
6161

6262
1. The **Enumerator** queries the **CoordinatorService** for current tiering table metadata.
3.25 KB
Loading

0 commit comments

Comments
 (0)