Package org.springframework.integration.kafka.outbound

Provides Spring Integration outbound components for Apache Kafka.
  • Interface Summary 
    Interface Description
    KafkaProducerMessageHandler.ProducerRecordCreator<K,​V>
    Creates a ProducerRecord from a Message and/or properties derived from configuration and/or the message.
  • Class Summary 
    Class Description
    KafkaProducerMessageHandler<K,​V>
    A Message Handler for Apache Kafka; when supplied with a ReplyingKafkaTemplate it is used as the handler in an outbound gateway.