我们正在使用Mule 3.9.0进行开发。我们需要使用mongo mule连接器,通过该连接器我们需要将数据写入mongo db。
我们有LDAP连接详细信息,我们可以使用它使用Mongo DB Compass进行连接。但是当我们尝试使用mongo db mule连接器并提供相同的连接详细信息时,它将引发异常
[org.mule.api.ConnectionException: Couldn't connect with the given credentials]
谁能知道使用mongodb mule连接器和LDAP连接信息来连接mongo db?