英文: Scala-3.3.0: dotty.tools.FatalError: cannot resolve reference to 问题 我在scala-3.3.0和akka(或pekko)中遇...
可以在不使用编程的情况下合并处于不同层级的配置对象吗?
英文: Is it possible to non-programmatically merge config objects that are at different hierarchical l...
Akka流,条件性divertLeft
英文: Akka streams, conditional divertLeft 问题 我有一个名为divertLeft的函数,基于这里的代码:https://bszwej.medium.com/ak...
Scala – 在 futures 的 for 推导中进行重试(SoftwareMill 重试)
英文: Scala - Retry on a for comp of futures (SoftwareMill Retry) 问题 我有一些代码,试图在for推导中执行一系列的未来任务,并返回推导完...
如何使用ScalaTest、ZIO和Akka测试持久性演员
英文: How to test persistent actors with ScalaTest, ZIO and Akka 问题 I have translated the code portion...
Akka版本问题
英文: Akka Version Issue 问题 我正在使用Akka来开发我的项目。 这里是Dependencies.scala的部分代码: import play.sbt.PlayImport.c...
“ActorRef”在接收端的路径已更改。
英文: path of ActorRef changed in receivers end 问题 在创建了该actor之后, actorRef.path().toString() 正确返回路径 akk...
Eligosource / eventsourced库在将Scala升级从2.10.0到2.13.10版本后。
英文: Eligosource / eventsourced Library after Scala upgrade from 2.10.0 to 2.13.10 version 问题 我有一个Sca...
Actor Cluster Sharding在节点滚动重启时记得实体未能正确重建。
英文: Actor Cluster Sharding Remember entities not properly recreating while Rolling restart of nodes ...
Akka Http:在TypedActor实现方法之外调用TypedActor.context
英文: Akka Http: Calling TypedActor.context outside of a TypedActor implementation method 问题 这是我的代码: t...