Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

GH-3544: Support SpEL in @KafkaListener containerPostProcessor #3548

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

sobychacko
Copy link
Contributor

Fixes: #3544

#3544

  • Enhance resolveContainerPostProcessor method in KafkaListenerAnnotationBeanPostProcessor to evaluate SpEL expressions
  • Verify containerPostProcessor property in KafkaListener annotation can be specified as a SpEL expression

…rocessor

Fixes: spring-projects#3544

spring-projects#3544

- Enhance resolveContainerPostProcessor method in KafkaListenerAnnotationBeanPostProcessor
  to evaluate SpEL expressions
- Verify containerPostProcessor property in KafkaListener annotation can be specified as a SpEL expression
@artembilan artembilan merged commit 3f45fc0 into spring-projects:main Oct 9, 2024
3 checks passed
spring-builds pushed a commit that referenced this pull request Oct 9, 2024
Fixes: #3544

#3544

- Enhance resolveContainerPostProcessor method in KafkaListenerAnnotationBeanPostProcessor
  to evaluate SpEL expressions
- Verify containerPostProcessor property in KafkaListener annotation can be specified as a SpEL expression

(cherry picked from commit 3f45fc0)
artembilan pushed a commit that referenced this pull request Oct 9, 2024
Fixes: #3544

#3544

- Enhance resolveContainerPostProcessor method in KafkaListenerAnnotationBeanPostProcessor
  to evaluate SpEL expressions
- Verify containerPostProcessor property in KafkaListener annotation can be specified as a SpEL expression

(cherry picked from commit 3f45fc0)

# Conflicts:
#	spring-kafka/src/main/java/org/springframework/kafka/annotation/KafkaListenerAnnotationBeanPostProcessor.java
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@KafkaListener containerPostProcessor SpEL expression is not being evaluated
2 participants