Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
1.26k
stars
644
forks
source link
Google Cloud Pub/Sub: remove `ActorSystem` and `Materializer` from the factory methods #2017
Closed
ennru closed 4 years ago
Short description
The
GooglePubSub
flow factory methods could be changed to not require anActorSystem
and aMaterializer
by using theSource.setup
operator internally.Details
As https://github.com/akka/alpakka/pull/1983 breaks some factory methods' signatures anyway, it would be great to get this in for Alpakka 2.0.