Skip to content

Commit

Permalink
Merge pull request #2213 from ClickHouse/add-kafka-youtube-videos
Browse files Browse the repository at this point in the history
Add Confluent and AWS MSK YouTube videos
  • Loading branch information
justindeguzman authored Apr 11, 2024
2 parents 334cdf3 + 7f04334 commit f29607b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ import ConnectionDetails from '@site/docs/en/_snippets/_gather_your_details_http

# Integrating Confluent Cloud with ClickHouse

<div class='vimeo-container'>
<iframe src="//www.youtube.com/embed/SQAiPVbd3gg"
width="640"
height="360"
frameborder="0"
allow="autoplay;
fullscreen;
picture-in-picture"
allowfullscreen>
</iframe>
</div>

## Prerequisites
We assume you are familiar with:
* [ClickHouse Connector Sink](../kafka-clickhouse-connect-sink.md)
Expand Down
13 changes: 13 additions & 0 deletions docs/en/integrations/data-ingestion/kafka/msk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,24 @@ sidebar_label: Amazon MSK with Kafka Connector Sink
sidebar_position: 1
slug: /en/integrations/kafka/cloud/amazon-msk/
description: The official Kafka connector from ClickHouse with Amazon MSK
keywords: [integration, kafka, amazon msk, sink, connector]
---
import ConnectionDetails from '@site/docs/en/_snippets/_gather_your_details_http.mdx';

# Integrating Amazon MSK with ClickHouse

<div class='vimeo-container'>
<iframe src="//www.youtube.com/embed/6lKI_WlQ3-s"
width="640"
height="360"
frameborder="0"
allow="autoplay;
fullscreen;
picture-in-picture"
allowfullscreen>
</iframe>
</div>

## Prerequisites
We assume:
* you are familiar with [ClickHouse Connector Sink](../kafka-clickhouse-connect-sink.md),Amazon MSK and MSK Connectors. We recommend the Amazon MSK [Getting Started guide](https://docs.aws.amazon.com/msk/latest/developerguide/getting-started.html) and [MSK Connect guide](https://docs.aws.amazon.com/msk/latest/developerguide/msk-connect.html).
Expand Down

0 comments on commit f29607b

Please sign in to comment.