This command modifies a Kafka event broker configuration on the VAST cluster.
Usage
kafkabroker modify --id ID [--name NAME] [--addresses ADDRESSES] [--tenant-ID TENANT_ID] [--serve-all-tenants]
Required Parameters
| The ID of the Kafka broker configuration that you want to change. |
Options
| Kafka broker connection details. Specify
You can specify up to five For example:
|
| Add this option if you want to restrict use of this Kafka broker to a particular tenant. |
| Lifts any existing tenant restrictions so that the Kafka broker can be used for all tenants. |
Example
To make Kafka broker 2 available for tenant 5 only:
vcli: admin> kafkabroker modify --id 2 --tenant-id 5