-
Using `Statement.add()` and `bind` to execute batches is significantly slower than using `Connection.createBatch()`. Using bindings should be faster than recreating individual textual SQL statements a…
-
To avoid additional async boundaries if the user part is using a different (non default) dispatcher.
See discussion in https://github.com/akka/akka-persistence-cassandra/pull/880
-
Finally pinpointed the problem. I define a trait:
```
trait InMemQuerySupport extends Actor {
import akka.NotUsed
import akka.persistence.query.{EventEnvelope, PersistenceQuery}
…
-
In the following sample
https://github.com/Horusiath/Akkling/blob/master/examples/at-least-once-delivery.fsx
A redelivery will not be attempted if the echo actor crashes before it sends a Confi…
-
Implement all Snapshot tests from Akka.Persistence.TestKit
-
- [ ] Foundations: https://cognitiveclass.ai/learn/reactive-architecture-foundations/
- [ ] Advanced: https://cognitiveclass.ai/learn/reactive-architecture-advanced/
MyCourses: https://courses.c…
-
Hello,
When using kyro, even though everything works well, when I restart the app, I get the following exception:
```
[error] - actors.DocumentActor - Persistence failure when replaying events for pe…
-
Full logs in case travis GCs the logs
```
[info] CassandraLoadTypedSpec:
Starting Cassandra on port client port: 33944 storage port 41462 host 127.0.0.1 java version 11+28
WARNING: An illegal re…
-
Trying to create a **BehaviorTestKit** using a behavior which spawns a timer within as given below
```
val behaviorTestKit = BehaviorTestKit(createBehavior)
private def createBehavior(): Behavi…
-
**Is your feature request related to a problem? Please describe.**
In order for https://github.com/akkadotnet/akka.net/issues/3740 to have any real-world benefit, the `Journal` / `SnapshotStore` im…