Skip to content
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

Protocol v4 and v3 #22

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Conversation

arcusfelis
Copy link

Changes:

  • start_link returns {ok, Pid, ConnectionHandle}. ConnectionHandle is used to make queries. Basically, we need to have version to decode messages on the client side, so this handle is pid and version number.
  • protocol selection between version 3 and 4.
  • Travis CI.

I think this PR is not ready to be merged yet, but if someone wants to access new versions of cassandra they can reuse my work. So, let's keep this PR listed on the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants