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