类 KafkaSpecialProducerConsumerConfigExample.CustomKafkaBeans

    • 方法详细资料

      • kafkaProducerFactory

        @Bean
        public org.springframework.kafka.core.ProducerFactory<?,​?> kafkaProducerFactory​(org.springframework.boot.autoconfigure.kafka.KafkaProperties properties)
        Customized ProducerFactory bean.
        参数:
        properties - the kafka properties.
        返回:
        the bean.
      • kafkaConsumerFactory

        @Bean
        public org.springframework.kafka.core.ConsumerFactory<?,​?> kafkaConsumerFactory​(org.springframework.boot.autoconfigure.kafka.KafkaProperties properties)
        Customized ConsumerFactory bean.
        参数:
        properties - the kafka properties.
        返回:
        the bean.