spring-cloud / spring-cloud-release

Spring Cloud Release Train - dependency management across a wide range of Spring Cloud projects.
http://projects.spring.io/spring-cloud
Apache License 2.0
874 stars 179 forks source link

Message body at subscriber is EMPTY with spring cloud 2020.0.1 and 2020.0.2 #223

Closed venkataklagisetty closed 3 years ago

venkataklagisetty commented 3 years ago

Describe the bug Spring boot 2.4.3 and apache camel 3.7.3 Spring cloud version 2020.0.2 and 2020.0.1 When a message is published to a topic, at subscriber level, the BODY is empty or body from exchange is {} ,but header looks good.
When I switched to spring cloud 2020.0.0 it started working.

Sample If possible, please provide a test case or sample application that reproduces the problem. This makes it much easier for us to diagnose the problem and to verify that we have fixed it.

spencergibb commented 3 years ago

What project are you using? Spring cloud stream?

venkataklagisetty commented 3 years ago

spring-cloud-dependencies with below spring cloud jars spring-cloud-starter-config spring-cloud-starter-bootstrap spring-boot-starter-actuator cloudevents-api [io.cloudevents] spring-cloud-context

spencergibb commented 3 years ago

No, that's no specific enough. What other spring cloud project are you using?

venkataklagisetty commented 3 years ago

Those are the spring cloud projects I am using. Nothing else added for spring cloud. I have camel and other dependencies added in it.

spencergibb commented 3 years ago

Then I don't know how to help you. This project contains only pom.xml files with references to other spring cloud projects.