pekko
pekko copied to clipboard
Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
* https://github.com/apache/pekko/actions/runs/13212956712/job/36888791163 * https://github.com/reactivemanifesto/reactivemanifesto/issues/143
https://repository.apache.org/content/groups/staging/org/apache/pekko/pekko-actor-typed_2.13/1.2.0-M1-RC1/pekko-actor-typed_2.13-1.2.0-M1-RC1-cyclonedx.xml Actually has JSON and not XML. I don't think this is a release blocker, especially because this is just a milestone release. Partial content: ``` { "bomFormat" : "CycloneDX",...
I know this is trivial, and 7 years old from the Akka fork, but I was perplexed by this sentence in the [Design Principles page](https://pekko.apache.org/docs/pekko/current/general/stream/stream-design.html): https://github.com/apache/pekko/blob/2469f729f7503acf814bcbd042b4bb0863103c9d/docs/src/main/paradox/general/stream/stream-design.md?plain=1#L56 I tried to parse...
Even the PekkoJdk9ForkJoinPool is on the final result jar, but it does not on the classpath. How to reproduce: 1. using Java 21 2. sbt console 3. ```scala Welcome to...
After talking to someone in CSUG, they want something like Spring Ai for Scala, the project is big for me to handle, but actually,we can add some missing stream operators...
Motivation: I found the `Await.result` is everywhere. Modification: Add an `await` operator to the future. Result: Fluent code. ```scala [info] Benchmark (pool) (recursion) (threads) Mode Cnt Score Error Units [info]...
The `-tests` projects show up as a 'required' dependency of regular Pekko artifacts. This is *probably* an upstream problem in sbt-sbom, but let's investigate it in the context where it...
It's very annoying when you add a field in class and then mima breaks , https://github.com/com-lihaoyi/unroll can help. refs: https://github.com/scala/scala3/pull/21693 refs: https://github.com/scala/improvement-proposals/pull/78
Much pain on Java 8 refs: https://openjdk.org/jeps/472 refs: https://openjdk.org/jeps/471 We will soon face this, VarHandle only exists in Java 9.
I just found this in DAML, and was expected to implement it too.