Akka Persistence Query provides a generic asynchronous stream-based query interface for journal plugins.
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-persistence-query_2.12</artifactId>
<version>2.8.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to obtain a PersistenceQuery instance and query for persistence IDs.
Use the _2.13 artifact if your project uses Scala 2.13, or upgrade to Akka 2.9+ for Scala 3 support.
No dependency data recorded yet.