Skip to content

Commit

Permalink
Update architecture.md
Browse files Browse the repository at this point in the history
Fixed mutable data path.
  • Loading branch information
subkanthi authored Nov 6, 2024
1 parent 4628868 commit cb2adff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb2adff

Please sign in to comment.