akka / alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/docs/alpakka/current/
Other
1.26k stars 645 forks source link

Add link to pulsar #823

Closed sksamuel closed 6 years ago

sksamuel commented 6 years ago

My project pulsar4s offers and akka streams source and sink. Please consider adding a link on your list of external components https://doc.akka.io/docs/alpakka/ffa20494/external-connectors.html

ktoso commented 6 years ago

Oh, very cool integration. Feel free to submit a PR adding it to the list :) Could you mention in the main readme the akka streams integration? Seems it talks mostly about RS publishers, saying the wrappers are provided would be nice :)

sksamuel commented 6 years ago

I have updated the documentation to provide full examples of akka streams sources and sinks. https://github.com/sksamuel/pulsar4s#akka-streams

I have also opened a PR here: https://github.com/akka/alpakka/pull/824