-
when migrating from scala `2.13.14` to scala `3.3.0` we're running into an error with the LoggingAdapter.
The setup:
```scala
package com.example
import org.apache.pekko.actor.ActorSystem
impo…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior.
**Expected behavior**
A clear and concise description of what you ex…
b4nds updated
2 months ago
-
It'd be great to, where possible, have relevant lifetimes tied to that of the `ActorSystem`, rather than `'static` as they are now.
-
Hi,
I've been trying to create an actor system in my windows 10 laptop, without success: I keep receiving the message `thespian.actors.InvalidActorAddress: ActorAddr-(T|:1900) is not a valid ActorSys…
-
I have encountered trouble receiving remote calls after successfully joining from the iOS to the macOS cluster.
```
13:52:04 error [sact://Boguś@127.0.0.1:7337[1m/system/receptionist[0;0m][Operati…
-
## akka-actorSystem笔记
http://bigbully.github.io/akka-ActorSystem
![2019-04-06_163716](https://user-images.githubusercontent.com/29979200/55668246-c3d0ea80-5899-11e9-9e7d-98f2a6018cb4.jpg)
-
here is my code example
a class handling http request with spark java
```java
public class Http {
void start() {
Service app = Service.ignite().port(82);
app.get("/", (req, r…
-
On MacOS, Java 8, All tests passing locally, but when I try to exit sbt:
```
akka-http-root > [info] shutting down server
[INFO] [03/26/2018 18:06:04.182] [Thread-7] [CoordinatedShutdown(akka://…
-
Akka version:
`2.5.32`
Alpakka version:
`2.0.5`
Scala version:
`2.12.17`
Testcontainers Kafka
`1.19.0`
### Expected Behavior
`Future[Done]` materialized from `Producer.committableSink` is …
-
### Description
Basically this is a copy of an issue in [swift-distributed-actors repo](https://github.com/apple/swift-distributed-actors):
https://github.com/apple/swift-distributed-actors/issue…