confluent cluster register

Description

Register cluster with the MDS cluster registry.

confluent cluster register [flags]

Flags

--hosts string                        REQUIRED: A comma separated list of hosts.
--protocol string                     REQUIRED: Security protocol.
--cluster-name string                 REQUIRED: Cluster name.
--kafka-cluster-id string             REQUIRED: Kafka cluster ID.
--schema-registry-cluster-id string   Schema Registry cluster ID.
--ksql-cluster-id string              ksqlDB cluster ID.
--connect-cluster-id string           Kafka Connect cluster ID.
--context string                      CLI context name.

Global Flags

-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which may contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

See Also