From 9f591f7487bd0f57d9d1c52ccc2c63f15b9e29e8 Mon Sep 17 00:00:00 2001 From: dorota <114921900+wojcik-dorota@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:47:40 +0100 Subject: [PATCH] add(clickhouse kafka): cross link btw clickhouse sink connector and kafka engine integration (#562) --- docs/products/clickhouse/howto/integrate-kafka.md | 9 ++++++++- .../kafka-connect/howto/clickhouse-sink-connector.md | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/products/clickhouse/howto/integrate-kafka.md b/docs/products/clickhouse/howto/integrate-kafka.md index 5a03bd585..90f6f8370 100644 --- a/docs/products/clickhouse/howto/integrate-kafka.md +++ b/docs/products/clickhouse/howto/integrate-kafka.md @@ -2,7 +2,14 @@ title: Connect Apache Kafka® to Aiven for ClickHouse® --- -You can integrate Aiven for ClickHouse® with either *Aiven for Apache Kafka®* service located in the same project, or *an external Apache Kafka endpoint*. +You can integrate Aiven for ClickHouse® with either Aiven for Apache Kafka® service located in the same project, or an external Apache Kafka endpoint. + +:::tip +To deliver data from Apache Kafka® topics to a ClickHouse database for efficient querying +and analysis, +[create a ClickHouse sink connector](/docs/products/kafka/kafka-connect/howto/clickhouse-sink-connector). +::: + A single Aiven for ClickHouse instance can connect to multiple Kafka clusters with different authentication mechanism and credentials. diff --git a/docs/products/kafka/kafka-connect/howto/clickhouse-sink-connector.md b/docs/products/kafka/kafka-connect/howto/clickhouse-sink-connector.md index 419826ad9..c64cc35c2 100644 --- a/docs/products/kafka/kafka-connect/howto/clickhouse-sink-connector.md +++ b/docs/products/kafka/kafka-connect/howto/clickhouse-sink-connector.md @@ -8,6 +8,11 @@ import ConsoleLabel from "@site/src/components/ConsoleIcons"; The ClickHouse sink connector delivers data from Apache Kafka® topics to a ClickHouse database for efficient querying and analysis. +:::tip +You can also +[connect Aiven for ClickHouse® with Apache Kafka® or Aiven for Apache Kafka® using ClickHouse Kafka Engine](/docs/products/clickhouse/howto/integrate-kafka). +::: + ## Prerequisites Before you begin, ensure that you have the following: