alibaba / spring-cloud-alibaba

Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
https://sca.aliyun.com
Apache License 2.0
27.98k stars 8.35k forks source link

About spring-cloud-starter-stream-rocketmqIn the message bus scenario, deserialization fails when a consumer receives a remote event #3894

Open meichenGithub opened 23 hours ago

meichenGithub commented 23 hours ago

As the title says, after the deserialization fails, the original event is converted to UnknownRemoteApplicationEvent, which causes me to be unable to consume normally, how can I solve the problem? Why is my own deserialization converter usable on the producer's side, but forced to use the original converter on the consumer side?

meichenGithub commented 23 hours ago

Version: 2023.0.1

meichenGithub commented 23 hours ago

It's urgent, please reply as soon as possible, thank you