MaitreyaBuddha commented on issue #6889: URL: https://github.com/apache/pulsar/issues/6889#issuecomment-705147125
I am hitting a similar issue because that configured ObjectMapper does not support deserializing Instant. I'm trying to add the necessary `mapper.configure` line to fix it because I want to utilize Pulsar's deserialization instead of making my own mapper and deserializing. An easy workaround is of course to not use JsonSchema and do deserialize yourself with your ObjectMapper. I'm curious why you would want to make your own mapper object but not use it yourself. ---------------------------------------------------------------- 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]
