| Package | Description |
|---|---|
| io.axual.client.producer.avro | |
| io.axual.client.producer.generic |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericAvroProducer<K extends org.apache.avro.generic.GenericContainer,V extends org.apache.avro.generic.GenericContainer>
Class used for all the producers, containing all the producer specific methods.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> ProducerWorker<K,V> |
ProducerWorkerManager.claimWorker(io.axual.common.config.ClientConfig clientConfig,
GenericProducer<K,V> producer,
BaseProducerConfig<K,V> producerConfig)
Checks if the producer exists in the registry.
|
<K,V> void |
ProducerWorkerManager.releaseWorker(GenericProducer<K,V> producer)
Stops the running producer worker thread
|
Copyright © 2020–2021 Axual B.V.. All rights reserved.