The implementation of a new protocol into GEODE is a potentially disruptive exercise and requires a phased approach to limit the disruption.

The following phases will be a guideline to track the implementation.

PhaseDescription
Phase 1
  • Convert Server to handle different protocol version connections, as described in Protocol Negotiation
  • Client connecting directly to server
  • Simple CRUD operations on Region (Put, Get, PutAll and GetAll)
  
  • No labels