Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1367

How to address duplicate key value violates unique constraint "journal_pkey" when remembering entities in Akka Cluster Sharding?

$
0
0

For my Akka Typed Persistence service, I’ve turned on remember entities for a couple of my entities. For the both of those actor types, I’m getting a PSQLException: ERROR: duplicate key value violates unique constraint “journal_pkey” with the EventSourcedRememberEntitiesCoordinatorStore actors before the ShardCoordinator shuts down.

How do you recommend resolving this issue properly? How does this issue typically occur? I haven’t seen much guidance online on this issue, so any direction is appreciated.

Thanks!

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 1367

Trending Articles