Grigorii
Grigorii
Add ability to inject custom `io.WriteCloser` to the client's connection
### Description Add support for Redis Sentinel via the following options: - `--url sentinel://:[email protected]:26379` - `--sentinelExtraEndpoints sentinel.02:26379 sentinel.03:26379 --`, `--sentinel-extra-endpoints sentinel.02:26379 sentinel.03:26379 --`sentinel.03:26379 --` - `--sentinelMasterName myredis`, `--sentinel-master-name myredis` Add...
Support "relationships" in resource creation like shown here: http://jsonapi.org/format/#crud-creating
Some parameters could: - be null - have default value - be set by client or counted by server (like nickname from first name, last name and year of birth)
If the source uses `io.confluent.connect.json.JsonSchemaConverter`, there is no suitable converter for snowflake sink. Adding it.
- Implementing https://github.com/ClickHouse/ClickHouse/issues/59620 - Deprecating `content_type` setting (still supported). ### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):...