crazylab commented on issue #6213: [Client] JSONSchema not able to encode message in case class (scala) URL: https://github.com/apache/pulsar/issues/6213#issuecomment-585169092 Hi, figured out that this issue is basically happening because Pulsar is not able to serialise the Scala `case class` properly. Tried replacing the scala case class with Java POJO and it has started working. We have also observed similar behaviour with `AvroSchema`. In that case though it is able to serialise the case class but unable to deserialise.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
