Class KafkaBootstrapConfiguration

java.lang.Object
org.springframework.kafka.annotation.KafkaBootstrapConfiguration
All Implemented Interfaces:
ImportBeanDefinitionRegistrar

public class KafkaBootstrapConfiguration extends Object implements ImportBeanDefinitionRegistrar
An ImportBeanDefinitionRegistrar class that registers a KafkaListenerAnnotationBeanPostProcessor bean capable of processing Spring's @KafkaListener annotation. Also register a default KafkaListenerEndpointRegistry.

This configuration class is automatically imported when using the @EnableKafka annotation. See EnableKafka Javadoc for complete usage.

Author:
Stephane Nicoll, Gary Russell, Artem Bilan
See Also: