Skip to content

Commit

Permalink
add(clickhouse kafka): cross link btw clickhouse sink connector and k…
Browse files Browse the repository at this point in the history
…afka engine integration (#562)
  • Loading branch information
wojcik-dorota authored Nov 13, 2024
1 parent 2e636c7 commit 9f591f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/products/clickhouse/howto/integrate-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9f591f7

Please sign in to comment.