Package org.springframework.integration.kafka.outbound


package org.springframework.integration.kafka.outbound
Provides Spring Integration outbound components for Apache Kafka.
  • Class
    Description
    A Message Handler for Apache Kafka; when supplied with a ReplyingKafkaTemplate it is used as the handler in an outbound gateway.
    Creates a ProducerRecord from a Message and/or properties derived from configuration and/or the message.