sangria-subscriptions-example
sangria-subscriptions-example copied to clipboard
General Update: Scala, Akka, Akka Stream, Sangria.
The biggest changes in this update are:
- SBT (to 1.10.1)
- Scala version (to 2.13.14).
- Akka.
- Akka Streams.
- Replaced
de.heikoseeberger.akka.sse
toakka-stream-alpakka-sse
. - Removed warnings due to library update. (mostly Akka deprecations).
- Refactor at
MemoryEventStore
due toActorPublisher
deprecation, replaced withGraphStage
.
Tested at JDK 21 and sbt version 1.10.0