Package org.sdase.commons.server.kafka.producer
package org.sdase.commons.server.kafka.producer
-
ClassDescriptionA
Producer
that adds additional headers to theProducerRecord
s it sends.KafkaMessageProducer<K,V> MessageProducer<K,V> A Kafka client that publishes records to the Kafka cluster for a specific topic.AProducer
that delegates all implementations to a delegate.A delegatingProducer
that adds an additional "Parent-Trace-Token" header if the message is sent in aTraceTokenContext
.