-
I've been trying to very a (very) small native akka-http prototype with native-image from graalvm.
The build is passing but there is an issue when running the resulting binary.
**akka.util.Reflect…
-
check that the sending system uses the same address to contact recipient system as defined in the ‘akka.remote.artery.canonical.hostname’ of the recipient system ,the name of the ActorSystem must also…
-
when testing pekko with the version 1.1.0-M1 which will be released soon we've ran into a nullpointer error when running with Kamon + kanela-instrumentation.
to Reproduce:
build.sbt
``` sbt
name…
-
사이트 관리 메일발송에서는 정상적으로 메일이 전송되나, 기타 다른 이슈등록,덧글등에 대한 알림메일이 발송되지 않습니다...알림설정 및 이슈 지켜보기 모두 확인했구요...
아래와 같은 에러가 발생했습니다.. 확인부탁드립니다...
```
2015-09-11 13:41:43,926 - [WARN] - from application in applicatio…
-
[`AkkaDiscoveryServiceLocator` uses the `Config` from the `ActorSystem`](https://github.com/lagom/service-locator-akka-discovery/blob/c087aa836e60369e24cd1d88ee0af76dd8950d4d/src/main/java/com/lightbe…
-
I haven't had time (or knowledge) to look deeply into this, maybe someone else has insight.
Monix `Local`s are not propagated across invocations of akka's http client. Passing the tracing scheduler…
-
I'm not sure this hasn't been reported before, as I see it is referenced in the following article:
https://havret.io/akka-entity-framework-core
> At least until you start playing with AroundRece…
-
I'm trying to verify the number of times a method is invoked using Mockito + Scalatest. I'm using `mockito-scala-scalatest` v1.17.0, `scalacheck-1-15` v3.2.11.0
My test is like this. `BackgroundPub…
-
Hi,
It looks like when increasing a pool size through an AdjustPoolSize message the initial configurations are ignore.
To reproduce:
```
ActorSystem node1 = startNode(2551);
ActorSystem node2…
joa23 updated
6 years ago
-
Since Heph is intended for building large, distributed services, having good insights into the processes is key. Various types, such as `ActorSystem`, should provide data to give insights as to what i…