akka / alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/libraries/alpakka/current/
Other
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

ennru commented 5 years ago

Short description

The GooglePubSub flow factory methods could be changed to not require an ActorSystem and a Materializer by using the Source.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.

ennru commented 4 years ago

Fixed with #2047