You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
| `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* | - |
72
72
| `scylladb_port` | ScyllaDB CQL native transport port. | No | `9042` |
73
73
| `scylladb_keyspace` | The keyspace to use for queries. | Yes | - |
74
74
| `scylladb_user` | Username for authentication. | No | - |
75
75
| `scylladb_pass` | Password for authentication. | No | - |
76
76
| `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 | - |
78
78
| `connection_timeout` | Connection timeout in milliseconds. | No | `10000` |
| `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* | - |
72
72
| `scylladb_port` | ScyllaDB CQL native transport port. | No | `9042` |
73
73
| `scylladb_keyspace` | The keyspace to use for queries. | Yes | - |
74
74
| `scylladb_user` | Username for authentication. | No | - |
75
75
| `scylladb_pass` | Password for authentication. | No | - |
76
76
| `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 | - |
78
78
| `connection_timeout` | Connection timeout in milliseconds. | No | `10000` |
0 commit comments