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 643 forks source link

Javadsl for MongoDb Connector #494

Closed patriknw closed 5 years ago

patriknw commented 7 years ago

In https://github.com/akka/alpakka/issues/115 a MongoDB connector was added, but without Java API. It would be great to add javadsl (I don't know if that would require a different underlying implementation/driver).

stephennancekivell commented 7 years ago

I'd recommend a different module for the a java connector, as there is a different driver that returns different document types to the scala one.

https://mongodb.github.io/mongo-java-driver/ http://mongodb.github.io/mongo-scala-driver/

ennru commented 6 years ago

Or base both on the Reactive Streams compliant driver?

dbuschman7 commented 6 years ago

On the separate connector/driver issue. The Scala driver uses the "core" jars from the java driver so a separate connector would not be needed.

dotbg commented 5 years ago

Looks like it was done in #1514

ennru commented 5 years ago

That's right, thank you. Closing.