@Configuration @ConditionalOnMissingBean(value=Binder.class) @Import(value={org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration.class,org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.class,org.springframework.cloud.stream.binder.kafka.config.KafkaBinderHealthIndicatorConfiguration.class}) @EnableConfigurationProperties(value=org.springframework.cloud.stream.binder.kafka.properties.KafkaExtendedBindingProperties.class) public class KafkaBinderConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaBinderConfiguration.JaasConfigurationProperties |
protected class |
KafkaBinderConfiguration.KafkaBinderMetricsConfiguration
A conditional configuration for the
KafkaBinderMetrics bean when the
MeterRegistry class is in classpath, as well as a MeterRegistry bean is
present in the application context. |
| Constructor and Description |
|---|
KafkaBinderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.kafka.security.jaas.KafkaJaasLoginModuleInitializer |
jaasInitializer() |
@Bean
public org.springframework.kafka.security.jaas.KafkaJaasLoginModuleInitializer jaasInitializer()
throws IOException
IOExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.