Support Spring Boot's KafkaConnectionDetails for Kafka connections
- Integrate KafkaConnectionDetails, a Spring Boot component, in binder - Update KafkaBinderConfigurationProperties to use KafkaConnectionDetails - Modify KafkaTopicProvisioner to leverage KafkaConnectionDetails - Adjust Kafka binder configurations to pass KafkaConnectionDetails - Update tests to accommodate KafkaConnectionDetails changes - Add KafkaConnectionDetails to shared.beans for auto-configuration This change improves flexibility in configuring Kafka connections, allowing for better support of externalized configuration management and aligning with Spring Boot's connection abstraction model.
This commit is contained in:
committed by
Soby Chacko
parent
417551365b
commit
b7f2f1bb2d
@@ -1,11 +1,12 @@
|
||||
org.springframework.boot.autoconfigure.amqp.ConnectionFactoryCustomizer
|
||||
org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails
|
||||
org.springframework.boot.autoconfigure.kafka.StreamsBuilderFactoryBeanCustomizer
|
||||
org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter
|
||||
org.springframework.cloud.stream.config.ListenerContainerCustomizer
|
||||
org.springframework.cloud.stream.binder.kafka.ListenerContainerWithDlqAndRetryCustomizer
|
||||
org.springframework.cloud.stream.binder.kafka.support.ConsumerConfigCustomizer
|
||||
org.springframework.cloud.stream.binder.kafka.support.ProducerConfigCustomizer
|
||||
org.springframework.cloud.stream.binder.kafka.provisioning.AdminClientConfigCustomizer
|
||||
org.springframework.boot.autoconfigure.kafka.StreamsBuilderFactoryBeanCustomizer
|
||||
org.springframework.kafka.config.KafkaStreamsCustomizer
|
||||
org.springframework.rabbit.stream.listener.ConsumerCustomizer
|
||||
org.springframework.amqp.core.DeclarableCustomizer
|
||||
|
||||
Reference in New Issue
Block a user