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
The `--cdc` option includes several sub-options that you can use to configure
@@ -78,7 +68,6 @@ CDC when running the `dgraph alpha` command:
78
68
|`client-cert`|`--cdc "client-cert=/c-certs/client.crt"`| Path and filename of the client certificate used for TLS encryption |
79
69
|`client-key`|`--cdc "client-cert=/c-certs/client.key"`| Path and filename of the client certificate private key |
80
70
|`file`|`--cdc "file=/sink-dir/cdc-file"`| Path and filename of a local file sink (alternative to Kafka sink) |
81
-
|`nats`|`--cdc "nats=nats://user:password@localhost:4222"`| URL connection string to nats sink (alternative to Kafka sink) |
82
71
|`kafka`|`--cdc "kafka=kafka-hostname; sasl-user=tstark; sasl-password=m3Ta11ic"`| Hostname(s) of the Kafka hosts. May require authentication using the `sasl-user` and `sasl-password` sub-options |
83
72
|`sasl-user`|`--cdc "kafka=kafka-hostname; sasl-user=tstark; sasl-password=m3Ta11ic"`| SASL username for Kafka. Requires the `kafka` and `sasl-password` sub-options |
84
73
|`sasl-password`|`--cdc "kafka=kafka-hostname; sasl-user=tstark; sasl-password=m3Ta11ic"`| SASL password for Kafka. Requires the `kafka` and `sasl-username` sub-options |
0 commit comments