Uses of Interface
com.networknt.kafka.producer.LightProducer
-
-
Uses of LightProducer in com.networknt.kafka.producer
Subinterfaces of LightProducer in com.networknt.kafka.producer Modifier and Type Interface Description interfaceNativeLightProducerinterfaceQueuedLightProducerQueued producer that can cache multiple messages in a queue and send them in a batch for maximum throughput.Classes in com.networknt.kafka.producer that implement LightProducer Modifier and Type Class Description classSidecarProducerThis is the guaranteed producer to ensure that the message is acknowledged from the Kafka brokers before the service is respond to the consumer call.classTransactionalProducer
-