-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Support for Cassandra 3.x #831
Comments
The driver needs to be tested against 3.0 and eventually updated to support it. Ideally it would also have to support the binary protocol v4. Then, Kong needs to be tested and eventually updated to support 3.0 too, if any change is necessary. Since Cassandra 2 is currently considered the most stable version, we have not considered supporting 3.0 because of other priorities. In the future, we might still consider supporting other databases such as Postgres a higher priority than supporting Cassandra 3.0. |
Thanks for quick reply. It looks like I can downgrade and pin |
Ansible playbook tweak to deb version and pins and re-run... we are back in business in 20 minutes. Thanks again and whenever 3.x supported we'll upgrade here too. |
I cant see kong config anywhere |
#1709 has been merged! This will land in 0.10. |
😈 i have a same problem, but find this issue now. expect for 0.10 publish |
Using the latest Kong 0.5.4 and connecting to a 4-node Cassandra cluster fails on startup. In reading on the error it implies that the database client driver is not up-to-date to support latest version(s) of db. Is there support for Cassandra 3.x or how can this be resolved?
Console with error upon startup
Cassandra versions:
Kong config (database section):
Any tips are appreciated. I moved from local db instance on app server to centralized cluster so installed latest db versions and now it fails. I don't want to downgrade db to 2.x versions.
The text was updated successfully, but these errors were encountered: