-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mongo 3.2 incompatibility #356
Comments
It looks like this is actually an issue with mongo 3.2+ I will test with the mongo drivers for 3.2 rather than the bundled ones to see what happens |
When testing with the mongo 3.2 drivers, I found that the seyren code breaks because the driver code is different and is not backwards compatible. I immediately found that CommandFailureException is no longer a class in the mongo 3.2 driver and caused exceptions in the seyren code. |
Just to let you know I've just updated the Mongo version to 3.2.2, 988f3de. It will be included in the next release, thanks! |
When first starting up seyren, I got this error
Adding a mongo java driver to the classpath fixed the issue. Is this expected? If so, it should be documented.
The text was updated successfully, but these errors were encountered: