Package | Description |
---|---|
io.vertx.kafka.admin |
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
|
Copyright © 2021 Eclipse. All rights reserved.