DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Alter mirror configuration (e.g. authenticationany valid configuration triggers a reconnection):
| Code Block | ||
|---|---|---|
| ||
TODO$ bin/kafka-configs.sh --bootstrap-server :9094 --entity-type mirrors --entity-name my-mirror --alter \ --add-config bootstrap.servers=localhost:9092 Completed updating config for mirror my-mirror. |
Throttling on the destination cluster:
...