Skip to content

Commit

Permalink
[Hotfix] Unable to display png in using-logstore.md (apache#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcodehuber authored Apr 8, 2024
1 parent 922b457 commit d84d6d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/engines/flink/using-logstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ CREATE TABLE db.log_table (

### Double write LogStore and FileStore

![Introduce](../images/flink/auto-writer.png)
![Introduce](../../images/flink/double-write.png)

Amoro Connector writes data to LogStore and ChangeStore at the same time through double-write operations, without opening Kafka transactions to ensure data consistency between the two, because opening transactions will bring a few minutes of delay to downstream tasks (the specific delay time depends on upstream tasks checkpoint interval).

Expand Down
Binary file added docs/images/flink/double-write.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d84d6d1

Please sign in to comment.