-
In all recent PR builds. - eg https://github.com/apache/pekko-connectors/actions/runs/9486627304
```
Creating network "pekko-connectors_default" with the default driver
Creating volume "pekko-conne…
-
# Explain
In the cluster bootstrapping, we will create a child actor for handling HTTP probing, this actor will use the config `probingFailureTimeout` as the deadline time:
https://github.com/a…
-
CassandraJournalStatements.scala
```scala
def selectHighestSequenceNr =
s"""
SELECT sequence_nr FROM $tableName WHERE
persistence_id = ? AND
partition_nr = ?
O…
-
reproducing 1.1.0-M1 with `set ThisBuild / net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver := DefaultMavenRepository; ++3.3; clean; reproducibleBuildsCheck` showed…
-
See https://github.com/apache/openwhisk/issues/5441#issuecomment-2133026487
-
Seen with Scala 3.3.4 and 3.5.1. HTTP requests to http://localhost:12345/api-docs/swagger.json hang.
Reported initially by @luksow - https://github.com/theiterators/kebs/issues/282#issuecomment-241…
-
On a stable Debian (OpenJDK 17), the example pekko-sample-distributed-workers-scala will fail on a exception while using `sbt run` or `sbt "runMain worker.Main cassandra"`.
The logs
```txt
Star…
-
As is noted in README.md
> ⚠️ This project is being ramped down due to Akka's move away from [Open Source](https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka).
Is this proje…
-
relates to https://github.com/apache/incubator-pekko/issues/244
-
`org.apache.pekko.persistence.cassandra.query.EventsByTagSpecBackTracking`
- [x] `sort delayed events by timeuuid`
`org.apache.pekko.persistence.cassandra.query.EventsByTagPersistenceIdCleanup…