Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/docs/guides/dekaf_reading_collections_from_kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ To connect to Estuary Flow via Dekaf, use the following connection details in co
- **Schema Registry Address**: `https://dekaf.estuary-data.com`
- **Security Protocol**: `SASL_SSL`
- **SASL Mechanism**: `PLAIN`
- **SASL Username**: The task name of your Dekaf materialization
- **SASL Username**: The full name of your Dekaf materialization, such as `YOUR-ORG/YOUR-PREFIX/YOUR-MATERIALIZATION`
- **SASL Password**: The auth token from your Dekaf materialization
- **Schema Registry Username**: The task name of your Dekaf materialization
- **Schema Registry Username**: The full name of your Dekaf materialization
- **Schema Registry Password**: The auth token from your Dekaf materialization

## How to Connect to Dekaf
Expand All @@ -44,7 +44,7 @@ To connect to Estuary Flow via Dekaf, use the following connection details in co

3. Provide a **name** and **auth token** to your materialization.

- The full task name, which includes your materialization name, will be used as the **username** when consumers connect to Dekaf.
- The full materialization name, which also includes your organization/prefix, will be used as the **username** when consumers connect to Dekaf.

- The auth token that you provide will be used as the **password** when consumers connect to Dekaf. Make sure to use a secure token.

Expand Down
2 changes: 2 additions & 0 deletions site/docs/reference/Connectors/dekaf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ Dekaf is compatible with many Kafka consumers. For instructions on integrating w
- [SingleStore](../materialization-connectors/Dekaf/singlestore.md)
- [Startree](../materialization-connectors/Dekaf/startree.md)
- [Tinybird](../materialization-connectors/Dekaf/tinybird.md)

You may use the [generic Dekaf materialization connector](../materialization-connectors/Dekaf/dekaf.md) for other use cases.
2 changes: 1 addition & 1 deletion site/docs/reference/Connectors/dekaf/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Dekaf integrations",
"position": 1
"position": 2
}
71 changes: 0 additions & 71 deletions site/docs/reference/Connectors/dekaf/dekaf-bytewax.md

This file was deleted.

59 changes: 0 additions & 59 deletions site/docs/reference/Connectors/dekaf/dekaf-clickhouse.md

This file was deleted.

44 changes: 0 additions & 44 deletions site/docs/reference/Connectors/dekaf/dekaf-imply.md

This file was deleted.

73 changes: 0 additions & 73 deletions site/docs/reference/Connectors/dekaf/dekaf-materialize.md

This file was deleted.

44 changes: 0 additions & 44 deletions site/docs/reference/Connectors/dekaf/dekaf-singlestore.md

This file was deleted.

37 changes: 0 additions & 37 deletions site/docs/reference/Connectors/dekaf/dekaf-startree.md

This file was deleted.

Loading
Loading