Phobos 2.7.0: Sharding can't deliver messages wrapped in ShardingEnvelope
when remember-entities
is enabled
#84
Labels
ShardingEnvelope
when remember-entities
is enabled
#84
Changes
We're running into an issue with Phobos 2.7.0 under the following conditions:
remember-entities
is enabled for a givenShardRegion
;ShardingEnvelope
When all three of these conditions are true - the entity actor ends up receiving a
ShardingEnvelope
instead of the payload inside theShardingEnvelope
, thus the message gets logged asUnhandled
.I believe this is a side-effect of how we're trying to preserve shard tracing, using our
SpanEnvelope
type internally.The text was updated successfully, but these errors were encountered: