-
Recents builds of the backend produce lots of error messages, while the API is also unavailable with the following error:
```
{"issues":[{"severity":"error","details":"Server error: Unable to prov…
-
They were removed in the Akka migration.
-
Hi,
The idea behind this is interesting! Thank you for this contribution. My question would be, what's your roadmap for this project? What can be expected in the future?
Also, do you plan on hav…
-
See: https://groups.google.com/d/msg/play-framework/GD8SzZk_Wo4/YL71YoKUBQAJ for additional background.
### Platform Etc
- Play Version: 2.5.4
- API: Scala (maybe also Java)
- Operating System: Any
- …
jxtps updated
2 years ago
-
Comes out of the #691 investigation
We have no mention at all in the documentation on how events coming from topics are handled with regard to the payload type.
Since the switch from annotation …
-
### Versions used
2.0.2 -> alpakka
val kclAkkaStreamVersion = "4.1.1"
val alpakkaVersion = "2.0.2"
val akkaHttpVersion = "10.1.12"
-
This ticket is to discuss event deletion, and what APIs and features we may offer.
There are two cases for event deletion:
* Deleting old events
* Deleting specific events
Related to deletin…
-
Currently, `scan` operations return `List`s which makes that `Result`s are eagerly loaded into memory.
This could become an issue if scans are large. Using a lazy collection like `LazyList`/`Stream` …
-
What is the best way to implement passivation and activation of entities?
-
Is there any chance, that you are going to support brotli compression algorithm in addition to gzip and Deflate in future?
This algorithm has proven its effectiveness and it would be great, if it …