-
https://github.com/apache/incubator-pekko-platform-guide
This guide is referenced quite a bit from the main docs associated with this repo.
Edit: the doc refs from this repo have been temporaril…
-
For some reason, Scala 2 seems to allow public access to package private constructors but Scala 3 enforces it.
We also had to relax the scope on 2 constructors to allow pekko-connectors to compile …
-
Some projects that happen to have a very long fully qualified project name and they use nested imports to shorten boilerplate. A good example of this is pekko, where we have a very long base package n…
-
What do I need to do?
- Read the background in our [doc](https://docs.google.com/document/d/1gGYkt7OspuT_g2aQejJ4lNPUL3LtmeEywE-hbiP6lLQ/edit)
- Understand your usage (see the [dashboard](https://…
-
```scala
[01-30 07:45:26.559] [info] - using Identify *** FAILED *** (0 milliseconds)
[01-30 07:45:26.559] [info] java.lang.IllegalArgumentException: no matching constructor found on class docs.ac…
-
## Reproduce
Just search from https://pekko.apache.org/docs/pekko/current//index.html
Happened on:
- m1 macOS Safari
- m1 macOS Chrome
- iPhone Safari
I think this maybe a issue from…
-
I'm reopening here an [issue that I reported at the time under the akka repo](https://github.com/akka/akka/issues/31095).
We had a case where an issue on a single node lead to the whole akka-cluste…
-
As discussed in https://github.com/mdedetrich/akka-apache-project/discussions/28, pekko core will need to handle wire incompatibility issues arising from the change in the `akka://` address prefix to …
-
It seems that GRPC plugin generated code has generated incorrect import statements, look at the following generated code `org.apache` is missing from the imports which is causing to fail at compile ti…
-
If we declare Java 8 support deprecated in/before Pekko 1.1.0, we give ourselves the option to remove it in Pekko 1.2.0 (in the spirit of https://pekko.apache.org/docs/pekko/current/common/binary-comp…