This command creates a Kafka event broker configuration on the VAST cluster.
Usage
kafkabroker create --name NAME --addresses ADDRESSES [--tenant-ID TENANT_ID]
Required Parameters
| The name for the new Kafka broker configuration. |
| Enter one or more Kafka broker bootstrap URLs. Specify
You can specify up to five For example:
|
Options
| Add this option if you want to restrict use of this Kafka broker to a particular tenant. If this option is not specified, the Kafka broker will be available for all tenants. |
Example
To create setup to connect to a Kafka broker at 192.168.1.4 that will be used to publish events from tenant 3 only:
vcli: admin> kafkabroker create --name mybroker --addresses 192.168.1.4:9092 --tenant-id 3