Skip to content

Commit c14537a

Browse files
committed
move
1 parent a6a1fb9 commit c14537a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

website/docs/engine-flink/ddl.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ USE CATALOG fluss_catalog;
2121

2222
The following properties can be set if using the Fluss catalog:
2323

24-
| Option | Required | Default | Description |
25-
|--------------------------------|----------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26-
| type | required | (none) | Catalog type, must be 'fluss' here. |
27-
| bootstrap.servers | required | (none) | Comma separated list of Fluss servers. |
28-
| default-database | optional | fluss | The default database to use when switching to this catalog. |
29-
| client.security.protocol | optional | PLAINTEXT | The security protocol used to communicate with brokers. Currently, only `PLAINTEXT` and `SASL` are supported, the configuration value is case insensitive. |
30-
| `client.security.{protocol}.*` | optional | (none) | Client-side configuration properties for a specific authentication protocol. E.g., client.security.sasl.jaas.config. More Details in [authentication](../security/authentication.md) |
24+
| Option | Required | Default | Description |
25+
|--------------------------------|----------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26+
| type | required | (none) | Catalog type, must be 'fluss' here. |
27+
| bootstrap.servers | required | (none) | Comma separated list of Fluss servers. |
28+
| default-database | optional | fluss | The default database to use when switching to this catalog. |
29+
| client.security.protocol | optional | PLAINTEXT | The security protocol used to communicate with brokers. Currently, only `PLAINTEXT` and `SASL` are supported, the configuration value is case insensitive. |
30+
| `client.security.{protocol}.*` | optional | (none) | Client-side configuration properties for a specific authentication protocol. E.g., client.security.sasl.jaas.config. More Details in [authentication](../security/authentication.md) |
31+
| `{lake-format}.*` | optional | (none) | Extra properties to be passed to the lake catalog. This is useful for configuring sensitive settings, such as the username and password required for lake catalog authentication. E.g., `paimon.jdbc.password = pass`. |
3132

3233
The following statements assume that the current catalog has been switched to the Fluss catalog using the `USE CATALOG <catalog_name>` statement.
3334

0 commit comments

Comments
 (0)