cockroach-docker icon indicating copy to clipboard operation
cockroach-docker copied to clipboard

miscellaneous cockroach-docker examples

Results 12 cockroach-docker issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies
javascript

Have seen a few examples of using nats to do cdc of cockroachdb it’s light compared to Kafka. also checkout conduit on GitHub for cdc on steroids https://github.com/ConduitIO/conduit

i'm not sure how pgbouncer's auth and security configs work but i'm not sure the combination of client_tls_sslmode=verify_full and no server_tls_cert/key_file makes sense. are you intending to use cert auth...

docker exec -it roach-to-2 /cockroach/cockroach sql --certs-dir=/certs --host=lb_to does not work, the other hosts for LB work. Is it a spelling mistake? Trace the creation of certs

```bash 2020-08-18 16:17:00 [ERROR ] Found errors in [sql-lint] linter! 2020-08-18 16:17:00 [ERROR ] [/github/workspace/cockroach-minio/create-changefeed.sql:19 [sql-lint: invalid-create-option] Option 'changefeed' is not a valid option, must be one of '["algorithm","database","definer","event","function","index","or","procedure","server","table","tablespace","temporary","trigger","user","unique","view"]'.] 2020-08-18...