You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
Upgrading from spring-cloud-stream 2023.0.3 to 2023.0.4 results in the following error:
Failed to bind properties under 'spring.cloud.stream.kafka.default.producer.message-key-expression' to org.springframework.expression.Expression:
Property: spring.cloud.stream.kafka.default.producer.message-key-expression
Value: "headers['id']"
Origin: class path resource [application.yml] - 5:48
Reason: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to type [org.springframework.expression.Expression]
This looks like a regression bug that was previously reported in #2283
Describe the issue
Upgrading from spring-cloud-stream 2023.0.3 to 2023.0.4 results in the following error:
This looks like a regression bug that was previously reported in #2283
To Reproduce
Add a consumer in the
Application.class
mvn spring-boot:run
Version of the framework
2023.0.4
Expected behavior
Should convert the expression as it does in
2023.0.3
The text was updated successfully, but these errors were encountered: