Classes
Methods
(static) KafkaAdminClient.create(vertx, config) → {KafkaAdminClient}
Create a new KafkaAdminClient instance
Parameters:
| Name | Type | Description |
|---|---|---|
vertx |
Vertx | Vert.x instance to use |
config |
Object.<string, string> | Kafka admin client configuration |
Returns:
an instance of the KafkaAdminClient
- Type
- KafkaAdminClient