MongoDB Reactive Streams run-time dependency error with Alpakka Mongo Connector ClassNotFoundException
问题 I'm trying to integrate the Alpakka Mongo Connector into an application that heavily relies on the Akka libraries for stream processing. The application utilizes Akka HTTP as well. I am encountering a dependency issue at run-time. In particular, I'm getting a NoClassDefFoundError for some kind of Success/Failure wrappers when I try to use the MongoSink.insertOne method provided by the Mongo connector. A full stack-trace: java.lang.NoClassDefFoundError: com/mongodb/reactivestreams/client