akka/akka-core

No way to use sharded daemon process with custom shard allocation strategy

Open

#31,320 opened on Apr 6, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:cluster-sharding

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

For regular typed sharding we use a field of Entity but a sharded daemon process isn't using the Entity API.

Noticed when answering https://discuss.lightbend.com/t/distribution-of-shardeddaemonprocess-actors/9628

Contributor guide