From 1559b46b5f1ba61bbcaf0fd94af0345f20d0a98e Mon Sep 17 00:00:00 2001 From: Evan Date: Sun, 8 Mar 2026 20:45:57 +0100 Subject: [PATCH] Update configuration.md by removing Kafka section Removed Kafka section and warning about compatibility. --- website/docs/maintenance/configuration.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/website/docs/maintenance/configuration.md b/website/docs/maintenance/configuration.md index 6304e439ab..b4e5bc3be1 100644 --- a/website/docs/maintenance/configuration.md +++ b/website/docs/maintenance/configuration.md @@ -188,16 +188,3 @@ More metrics example could be found in [Observability - Metric Reporters](observ | Option | Type | Default | Description | |-----------------|------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | datalake.format | Enum | (None) | The datalake format used by of Fluss to be as lakehouse storage. Currently, supported formats are Paimon, Iceberg, and Lance. In the future, more kinds of data lake format will be supported, such as DeltaLake or Hudi. | - -## Kafka - -:::warning -Kafka protocol compatibility is still in development. -::: - -| Option | Type | Default | Description | -|--------------------------------|----------|---------|--------------------------------------------------------------------------------------------------------------------| -| kafka.enabled | Boolean | false | Whether enable Fluss Kafka. Disabled by default. When this option is set to true, the Fluss Kafka will be enabled. | -| kafka.listener.names | String | KAFKA | The listener names for Kafka wire protocol communication. Support multiple listener names, separated by comma. | -| kafka.database | String | kafka | The database for Fluss Kafka. The default database is `kafka`. | -| kafka.connection.max-idle-time | Duration | 60s | Close kafka idle connections after the given time specified by this config. |