-
### Request Type
Question
### Work Environment
| Question | Answer |
| -------------------------- | ------------------------------------- |
…
-
I'm getting strange error when my persistent actor failed to save snaphot:
> Error in saving snapshot SnapshotMetadata
> Cause: System.NotSupportedException: There is no active ActorContext, this is …
Pudev updated
2 years ago
-
https://github.com/akka/akka/runs/3987806703?check_suite_focus=true#step:5:4025
```
[info] - fsmFunctionalTest *** FAILED ***
4026
[info] java.lang.AssertionError:
4027
[info] at org.junit…
-
In Akka Persistence Typed the actor ref to respond to (old "sender") is now part of the message. This means that it must be possible to serialise such an `ActorRef[T]`.
Part of #9278 ("Introduce a…
-
Dear maintainers:
after running the system for half a year smoothly, recenly TB can not be accessed from the web page with error (the site can not be reached)
here is the file
**/var/log//thi…
-
history of the issue is in now closed #182, please see latest comments there, basically
``` scala
val cp = new ContentPage
cp.id = pageId
cp.ownerPointer = MotoLocationPointer("2")
cp.co…
-
We've noticed an issue with Phobos tracing in our sharded cluster when a persistent child actor is started as a command is sent to it. The tracing appears to be working as expected until the child act…
-
I understand that a HOCON file is meant to be immutable, hence the lack of a proper API to modify the file.
So my question is, what would be the proper way of working with transformations/tokenizat…
-
There is a problem with the sbt/ScalaTest setup when running forked tests.
It throws and logs weird things like:
```
Reporter completed abruptly with an exception after receiving event: TestFail…
-
With the precise deduplication in place I think we have good opportunity for publishing the events over Distributed PubSub to the projection streams.
It should only be fire-n-forget publishing and …