Uses of Interface
io.apicurio.registry.utils.kafka.ProducerActions
-
-
Uses of ProducerActions in io.apicurio.registry.utils.kafka
Classes in io.apicurio.registry.utils.kafka that implement ProducerActions Modifier and Type Class Description class
AsyncProducer<K,V>
An async wrapper for kafka producer that is resilient in the event of failures - it recreates the underlying kafka producer when unrecoverable error occurs.
-