[FEATURE REQ] Enhance AzureKafkaSpringCloudStreamConfiguration to Kafka Binder's source configuration #29976
Labels
azure-spring
All azure-spring related issues
azure-spring-4.0
azure-spring-docs
azure-spring-eventhubs-kafka
Spring event hubs kafka related issues.
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Context
Currently the Azure Identity support of Spring Cloud Stream Kafka binder on Event Hubs requires developers to configure the property of
spring.main.source
for each Kafka binder with the value as ourcom.azure.spring.cloud.autoconfigure.kafka.AzureKafkaSpringCloudStreamConfiguration
.Goal
Given the value is fixed and it's always required, we should make it hard-coded in our library. In this way can help developers optimise their configuration with less properties.
Solution
BeanPostProcessor
to append our configuration to each Kafka binder'sspring.main.source
property. Modify sources of Kafka binder context for Azure Identity support #30254The text was updated successfully, but these errors were encountered: