K - the type of the key that will be consumed. A compatible key deserializer is provided
to deserialize the objectsV - the type of the value that will be consumed. A compatible value deserializer is
provided to deserialize the objectspublic class BaseAvroConsumerConfig<K,V> extends BaseConsumerConfig<K,V>
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseAvroConsumerConfig.Builder<K,V,T extends BaseAvroConsumerConfig.Builder<K,V,T>>
The Builder is used to set the configuration options.
|
DEFAULT_PROXY_CHAIN| Modifier | Constructor and Description |
|---|---|
protected |
BaseAvroConsumerConfig(BaseAvroConsumerConfig.Builder<K,V,?> builder)
Instantiates a new Base Avro consumer config.
|
getDeliveryStrategy, getKeyDeserializer, getMaximumPollSize, getProxyChain, getStream, getValueDeserializerprotected BaseAvroConsumerConfig(BaseAvroConsumerConfig.Builder<K,V,?> builder)
builder - the builder containing the configuration valuesCopyright © 2020–2021 Axual B.V.. All rights reserved.