Interface KafkaProducerFactory

    • Method Detail

      • newKafkaProducer

        org.apache.kafka.clients.producer.Producer<byte[],​byte[]> newKafkaProducer​(Properties config)
        Creates a new Kafka Producer from the given configuration properties.
        Parameters:
        config - Kafka Producer configuration properties.
        Returns:
        a new Kafka Producer.