| Package | Description |
|---|---|
| io.axual.common.config | |
| io.axual.common.tools |
| Modifier and Type | Method and Description |
|---|---|
ClientConfig |
ClientConfig.Builder.build()
Build client configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientConfig.Builder |
ClientConfig.newBuilder(ClientConfig original)
Create a new builder for this class based on the original ClientConfig.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientConfig |
KafkaUtil.parseClientConfig(java.util.Map<java.lang.String,java.lang.Object> configs)
Parse a ClientConfig object from a set of Kafka properties.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
KafkaUtil.getKafkaConfigs(ClientConfig config)
Translate a ClientConfig object into a set of Kafka properties in a key/value map.
|
Copyright © 2020–2022 Axual B.V.. All rights reserved.