Skip to content

Commit 1673d90

Browse files
claudespicelukekim
authored andcommitted
fix: Correct ScyllaDB host required status and ssl default
- scylladb_host and scylladb_hosts are alternatives — either must be provided, not just scylladb_host. Changed both to Yes* with clarifying descriptions. - scylladb_ssl default changed from `false` to `-` since the parameter is accepted but has no effect (not wired up in the connector). Documenting a default for an unused parameter is misleading.
1 parent d770af4 commit 1673d90

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • website

website/docs/components/data-connectors/scylladb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ The ScyllaDB data connector can be configured by providing the following `params
6767

6868
| Parameter Name | Description | Required | Default |
6969
| --------------------- | ------------------------------------------------------------------ | -------- | ------- |
70-
| `scylladb_host` | Hostname(s) of ScyllaDB nodes. Comma-separated for multiple nodes. | Yes | - |
71-
| `scylladb_hosts` | Alternative to `scylladb_host`. Comma-separated list of hostnames. | No | - |
70+
| `scylladb_host` | Hostname(s) of ScyllaDB nodes. Comma-separated for multiple nodes. Either `scylladb_host` or `scylladb_hosts` must be provided. | Yes* | - |
71+
| `scylladb_hosts` | Alternative to `scylladb_host`. Comma-separated list of hostnames. Either `scylladb_host` or `scylladb_hosts` must be provided. | Yes* | - |
7272
| `scylladb_port` | ScyllaDB CQL native transport port. | No | `9042` |
7373
| `scylladb_keyspace` | The keyspace to use for queries. | Yes | - |
7474
| `scylladb_user` | Username for authentication. | No | - |
7575
| `scylladb_pass` | Password for authentication. | No | - |
7676
| `scylladb_datacenter` | Preferred datacenter for connection routing. | No | - |
77-
| `scylladb_ssl` | Enable SSL/TLS for connections. Not yet implemented — the parameter is accepted but has no effect. | No | `false` |
77+
| `scylladb_ssl` | Enable SSL/TLS for connections. Not yet implemented — the parameter is accepted but has no effect. | No | - |
7878
| `connection_timeout` | Connection timeout in milliseconds. | No | `10000` |
7979

8080
## Types

website/versioned_docs/version-1.11.x/components/data-connectors/scylladb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ The ScyllaDB data connector can be configured by providing the following `params
6767

6868
| Parameter Name | Description | Required | Default |
6969
| --------------------- | ------------------------------------------------------------------ | -------- | ------- |
70-
| `scylladb_host` | Hostname(s) of ScyllaDB nodes. Comma-separated for multiple nodes. | Yes | - |
71-
| `scylladb_hosts` | Alternative to `scylladb_host`. Comma-separated list of hostnames. | No | - |
70+
| `scylladb_host` | Hostname(s) of ScyllaDB nodes. Comma-separated for multiple nodes. Either `scylladb_host` or `scylladb_hosts` must be provided. | Yes* | - |
71+
| `scylladb_hosts` | Alternative to `scylladb_host`. Comma-separated list of hostnames. Either `scylladb_host` or `scylladb_hosts` must be provided. | Yes* | - |
7272
| `scylladb_port` | ScyllaDB CQL native transport port. | No | `9042` |
7373
| `scylladb_keyspace` | The keyspace to use for queries. | Yes | - |
7474
| `scylladb_user` | Username for authentication. | No | - |
7575
| `scylladb_pass` | Password for authentication. | No | - |
7676
| `scylladb_datacenter` | Preferred datacenter for connection routing. | No | - |
77-
| `scylladb_ssl` | Enable SSL/TLS for connections. Not yet implemented — the parameter is accepted but has no effect. | No | `false` |
77+
| `scylladb_ssl` | Enable SSL/TLS for connections. Not yet implemented — the parameter is accepted but has no effect. | No | - |
7878
| `connection_timeout` | Connection timeout in milliseconds. | No | `10000` |
7979

8080
## Types

0 commit comments

Comments
 (0)