This is an automated email from the ASF dual-hosted git repository.
tcodehuber028 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amoro.git
The following commit(s) were added to refs/heads/master by this push:
new d84d6d11f [Hotfix] Unable to display png in using-logstore.md (#2712)
d84d6d11f is described below
commit d84d6d11f17021075abff28d2d889b192fbdb663
Author: tcodehuber <[email protected]>
AuthorDate: Mon Apr 8 09:49:50 2024 +0800
[Hotfix] Unable to display png in using-logstore.md (#2712)
---
docs/engines/flink/using-logstore.md | 2 +-
docs/images/flink/double-write.png | Bin 0 -> 54092 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/engines/flink/using-logstore.md
b/docs/engines/flink/using-logstore.md
index 6051fcde1..e2b9ef240 100644
--- a/docs/engines/flink/using-logstore.md
+++ b/docs/engines/flink/using-logstore.md
@@ -77,7 +77,7 @@ CREATE TABLE db.log_table (
### Double write LogStore and FileStore
-
+
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).
diff --git a/docs/images/flink/double-write.png
b/docs/images/flink/double-write.png
new file mode 100644
index 000000000..3e4ae3c27
Binary files /dev/null and b/docs/images/flink/double-write.png differ