-
https://github.com/akka/akka/actions/runs/5418650776/jobs/9850949585
```
2023-06-30T03:13:01.9627698Z [info] [JVM-1] - should avoid a split brain when indirectly connected combined with clean part…
-
I'm trying to run the demo. After importing the data into Cassandra I try to run with sbt app/run. Instead of being presented with three choices on which to run, I am given an error. Some lines omi…
-
See my console output:
```
[root@server2:~]# pulsar-admin namespaces list pairtime-test
"pairtime-test/projection_akka_journal_nt_cluster_run_7"
[root@server2:~]# pulsar-admin namespaces get-c…
-
It’s currently the case that whatever a given Sirius node identifies as in its own configuration — hostname, ip, localhost, etc — that name must match the way that it’s addressed by other nodes. This …
-
When running the example locally, I get the following error:
```
[error] a.a.OneForOneStrategy - Ask timed out on [Actor[akka://biddingImpl-application/user/cassandraOffsetStorePrepare-singletonPr…
bcabs updated
5 years ago
-
hi Akka team,
I don't have an easy way to make a reproducible example. Feel free to close this one if you think it is not an issue.
With Akka 2.8.2, I have the following runtime error:
```
…
-
kafka's are in cluster between 2 servers on this server I have 3 instances kafka with different port
IOS: oracle linux 4.1.12-61.1.18.el7uek.x86_64
- kafka conf/server.properties
added:
host.na…
-
- 1.3.15
- Windows 10
- I read configuration getakk.net document about Akka.Cluster.
however I am difficult what it's the mean of `akka.cluster.failure-detector.expected-response-after`.
i don't u…
-
With aeron:
```
Cluster API must init cluster[0m] Start of log messages of test that [Failed(java.lang.RuntimeException: Failed to stop [ClusterSystem] within [20 seconds]
```
https://github…
-
Rely on akka to execute scenarios. Akka is a completely asynchronous and scalable framework.
That would imply two major improvements :
- Test could be wrote the same way for functional or load tests…