fix up refs to Akka in source code (#374)

* fix up refs to Akka in source code

* Update distributed-data.md
This commit is contained in:
PJ Fanning 2023-06-07 14:51:57 +01:00 committed by GitHub
parent 7d896338e3
commit 1612950702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 106 additions and 110 deletions

View file

@ -28,7 +28,7 @@ trait DurableStateStorePagedPersistenceIdsQuery[A] extends DurableStateStore[A]
/**
* Get the current persistence ids.
*
* Not all plugins may support in database paging, and may simply use drop/take Akka streams operators
* Not all plugins may support in database paging, and may simply use drop/take Pekko streams operators
* to manipulate the result set according to the paging parameters.
*
* @param afterId The ID to start returning results from, or empty to return all ids. This should be an id returned

View file

@ -27,7 +27,7 @@ trait PagedPersistenceIdsQuery extends ReadJournal {
/**
* Get the current persistence ids.
*
* Not all plugins may support in database paging, and may simply use drop/take Akka streams operators
* Not all plugins may support in database paging, and may simply use drop/take Pekko streams operators
* to manipulate the result set according to the paging parameters.
*
* @param afterId The ID to start returning results from, or empty to return all ids. This should be an id returned

View file

@ -26,7 +26,7 @@ trait DurableStateStorePagedPersistenceIdsQuery[A] extends DurableStateStore[A]
/**
* Get the current persistence ids.
*
* Not all plugins may support in database paging, and may simply use drop/take Akka streams operators
* Not all plugins may support in database paging, and may simply use drop/take Pekko streams operators
* to manipulate the result set according to the paging parameters.
*
* @param afterId The ID to start returning results from, or [[None]] to return all ids. This should be an id

View file

@ -25,7 +25,7 @@ trait PagedPersistenceIdsQuery extends ReadJournal {
/**
* Get the current persistence ids.
*
* Not all plugins may support in database paging, and may simply use drop/take Akka streams operators
* Not all plugins may support in database paging, and may simply use drop/take Pekko streams operators
* to manipulate the result set according to the paging parameters.
*
* @param afterId The ID to start returning results from, or [[None]] to return all ids. This should be an id