You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Galen O'Sullivan (JIRA)" <ji...@apache.org> on 2017/09/26 17:52:00 UTC

[jira] [Created] (GEODE-3705) New client protocol: Implement handshake

Galen O'Sullivan created GEODE-3705:
---------------------------------------

             Summary: New client protocol: Implement handshake
                 Key: GEODE-3705
                 URL: https://issues.apache.org/jira/browse/GEODE-3705
             Project: Geode
          Issue Type: New Feature
          Components: client/server
            Reporter: Galen O'Sullivan
             Fix For: 1.3.0


We need a handshake for the new client protocol. In this case it can be:
* Version: semver (without the patch number), represented as two ints.
  - The server should accept any older client on the same major number.
* Authentication mode: enum. If this doesn't match a mode supported by the server, the server says no.

Server says OK or NOT OK.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)