From cb2adff1a816a6d5cca35d7c4d736faeef973666 Mon Sep 17 00:00:00 2001 From: Kanthi Date: Wed, 6 Nov 2024 12:32:05 -0500 Subject: [PATCH] Update architecture.md Fixed mutable data path. --- doc/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/architecture.md b/doc/architecture.md index 80c486dbc..1c1171edc 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -37,7 +37,7 @@ The connector is tested with the following converters The Kafka Sink Connector has a complete set of features for transactional replication. -- Inserts, Updates and Deletes using ReplacingMergeTree - [Updates/Deletes](doc/mutable_data.md) +- Inserts, Updates and Deletes using ReplacingMergeTree - [Updates/Deletes](mutable_data.md) - Auto create tables in ClickHouse - Exactly once semantics - Bulk insert to Clickhouse