Package | Description |
---|---|
io.vertx.kafka.admin |
= Vert.x Kafka AdminUtils
:toc: left
:lang: $lang
:$lang: $lang
This component provides a vert.x wrapper around the most important functions of Kafka's AdminUtils.
|
Modifier and Type | Method and Description |
---|---|
static AdminUtils |
AdminUtils.create(io.vertx.core.Vertx vertx,
String zookeeperHosts)
Create a new AdminUtils instance
|
static AdminUtils |
AdminUtils.create(io.vertx.core.Vertx vertx,
String zookeeperHosts,
boolean autoClose)
Create a new AdminUtils instance
|
static AdminUtils |
AdminUtils.create(io.vertx.core.Vertx vertx,
String zookeeperHosts,
int connectionTimeoutMs,
boolean isSecure,
boolean autoClose)
Create a new AdminUtils instance
|
Copyright © 2018 Eclipse. All rights reserved.