GitHub user kaa-dev-35 added a comment to the discussion: Migration from Akka to Pekko - jackson serialization error
Your text is mostly clear. Here's a refined version for clarity and detail: --- Thank you greatly for the idea! The problem lied in my custom serialization for publishing binary data to Kafka. ```scala private val objectMapper = new ObjectMapper(new CBORFactory()) with ScalaObjectMapper objectMapper.registerModule(DefaultScalaModule) objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false) ``` This worked with the previous version but doesn't work now. GitHub link: https://github.com/apache/pekko/discussions/1389#discussioncomment-9959694 ---- This is an automatically sent email for notifications@pekko.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@pekko.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org