-
Apache Pekko is an open-source alternative to Akka. Do you think making available pekko-http and pekko-stream modules?
-
I figured that current elastic4s-http-streams is strongly coupled with akka.
Could be possible to create one for pekko?
Is it possible to contribute it in this project?
-
```bash
2024-11-16 16:36:22
org.apache.flink.runtime.JobException: Recovery is suppressed by NoRestartBackoffTimeStrategy
at org.apache.flink.runtime.executiongraph.failover.ExecutionFailureHandle…
-
Currently, Pekko Projections only support the `blocking-jdbc-dispatcher` (see https://pekko.apache.org/docs/pekko-projection/current/jdbc.html). Are there any plans to start supporting a new dispatche…
-
## Context
We use Anorm with PekkoStream (previously AkkaStream) in a Play Framework application. Our usage is pretty standard with the exception that the requests we do with Anorm are to a database …
-
https://repository.apache.org/content/groups/staging/org/apache/pekko/pekko-grpc-codegen_2.13/1.1.1/
See pekko-grpc-codegen_2.13-1.1.1-assembly.jar and pekko-grpc-codegen_2.13-1.1.1-bat.bat
* Th…
-
Currently the log threshold is set via a filter that is configured in `resources/logback.xml`.
Furthermore we have a `logLevel` configuration in `pekko.conf` which is inculded in the "regular" simona…
-
Possible to switch from akka to apache pekko?
-
Currently our pekko-http module only supports scala 2.13. The verifier fails when run against scala 3 with a return type error:
```
* What went wrong:
Execution failed for task ':instrumentation:…
-
How should we deal with the scenario where a maven module produces several types of output, for example both a 'regular' jar (with regular dependencies) and a 'fat' jar (with some of the dependencies …