Class KafkaDocumentDestination<T>

java.lang.Object
no.mnemonic.messaging.documentchannel.kafka.KafkaDocumentDestination<T>
Type Parameters:
T - document type
All Implemented Interfaces:
AutoCloseable, DocumentDestination<T>

public class KafkaDocumentDestination<T> extends Object implements DocumentDestination<T>
Kafka version of a document channel destination, which writes the document to a configured Kafka topic. The channel supports String or byte array documents.