Class ConcurrentKafkaListenerContainerFactoryConfigurer

    • Method Detail

      • configure

        public void configure​(org.springframework.kafka.config.ConcurrentKafkaListenerContainerFactory<Object,​Object> listenerFactory,
                              org.springframework.kafka.core.ConsumerFactory<Object,​Object> consumerFactory)
        Configure the specified Kafka listener container factory. The factory can be further tuned and default settings can be overridden.
        Parameters:
        listenerFactory - the ConcurrentKafkaListenerContainerFactory instance to configure
        consumerFactory - the ConsumerFactory to use