Skip to content

Commit

Permalink
Merge pull request #2684 from ClickHouse/kafka-producer-drop
Browse files Browse the repository at this point in the history
drop Kafka producer
  • Loading branch information
mshustov authored Oct 1, 2024
2 parents a710474 + 4a29d8c commit 8172eac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Start Kafka Connect in either [standalone](https://docs.confluent.io/cloud/curre
#### 6. Add data to Kafka


Insert messages to Kafka using the [script and config](../kafka/producer.md) provided. You will need to modify github.config to include your Kafka credentials. The script is currently configured for use with Confluent Cloud.
Insert messages to Kafka using the [script and config](https://github.com/ClickHouse/kafka-samples/tree/main/producer) provided. You will need to modify github.config to include your Kafka credentials. The script is currently configured for use with Confluent Cloud.

```bash
python producer.py -c github.config
Expand Down
44 changes: 0 additions & 44 deletions docs/en/integrations/data-ingestion/kafka/producer.md

This file was deleted.

5 changes: 2 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ const sidebars = {
"en/integrations/data-ingestion/kafka/confluent/custom-connector",
"en/integrations/data-ingestion/kafka/msk/index",
"en/integrations/data-ingestion/kafka/kafka-vector",
"en/integrations/data-ingestion/kafka/producer",
"en/integrations/data-ingestion/kafka/kafka-table-engine",
],
},
Expand Down Expand Up @@ -1255,10 +1254,10 @@ const sidebars = {
collapsed: false,
collapsible: false,
items: [
"en/chdb/data-formats",
"en/chdb/data-formats",
"en/chdb/sql-reference"
],
},
},

{
type: "category",
Expand Down

0 comments on commit 8172eac

Please sign in to comment.