| Package | Description |
|---|---|
| io.vertx.kafka.admin | |
| io.vertx.kafka.admin.impl | |
| io.vertx.kafka.client.common.impl |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.setEntries(List<ConfigEntry> entries)
Set the configuration entries for a resource
|
| Modifier and Type | Method and Description |
|---|---|
Future<Map<ConfigResource,Config>> |
KafkaAdminClient.describeConfigs(List<ConfigResource> configResources)
Like
KafkaAdminClient.describeConfigs(List, Handler) but returns a Future of the asynchronous result |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConfigConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
Config obj) |
static void |
ConfigConverter.toJson(Config obj,
JsonObject json) |
static void |
ConfigConverter.toJson(Config obj,
Map<String,Object> json) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
KafkaAdminClient.alterConfigs(Map<ConfigResource,Config> configs)
Like
KafkaAdminClient.alterConfigs(Map, Handler) but returns a Future of the asynchronous result |
void |
KafkaAdminClient.alterConfigs(Map<ConfigResource,Config> configs,
Handler<AsyncResult<Void>> completionHandler)
Update the configuration for the specified resources with the default options
|
void |
KafkaAdminClient.describeConfigs(List<ConfigResource> configResources,
Handler<AsyncResult<Map<ConfigResource,Config>>> completionHandler)
Get the configuration for the specified resources with the default options
|
| Modifier and Type | Method and Description |
|---|---|
Future<Map<ConfigResource,Config>> |
KafkaAdminClientImpl.describeConfigs(List<ConfigResource> configResources) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
KafkaAdminClientImpl.alterConfigs(Map<ConfigResource,Config> configs) |
void |
KafkaAdminClientImpl.alterConfigs(Map<ConfigResource,Config> configs,
Handler<AsyncResult<Void>> completionHandler) |
void |
KafkaAdminClientImpl.describeConfigs(List<ConfigResource> configResources,
Handler<AsyncResult<Map<ConfigResource,Config>>> completionHandler) |
| Modifier and Type | Method and Description |
|---|---|
static Config |
Helper.from(org.apache.kafka.clients.admin.Config config) |
| Modifier and Type | Method and Description |
|---|---|
static Map<org.apache.kafka.common.config.ConfigResource,Collection<org.apache.kafka.clients.admin.AlterConfigOp>> |
Helper.toConfigMaps(Map<ConfigResource,Config> configs) |
Copyright © 2021. All rights reserved.