Module: vertx-kafka-client-js/kafka_admin_client

Classes

KafkaAdminClient

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
Source:
Returns:
an instance of the KafkaAdminClient
Type
KafkaAdminClient