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?
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?