GitHub user Roiocam added a comment to the discussion: Cbor
Because ShoppingActor was implicitly declared as a cluster sharding entity, so you may want to interact with it from any node, in this case, you need to serialize the command. If you only use it on a single node, you could skip this part. GitHub link: https://github.com/apache/pekko-samples/discussions/112#discussioncomment-10026294 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
