Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All details relating to the Message structure definition can be found on the page Message Structure and Definition.

 

RPC Framework Evaluation

RPC frameworks such as Apache Thrift, gRPC or Apache Avro provide tools to generate client -server library based on a message schema. We are talking about how we may support various RPC frameworks to facilitate quick creation of GEODE clients in various languages supported by popular RPC frameworks.

The evaluation of each of the RPC frameworks can be found on the page RPC framework evaluation

Proposed Implementation Phases

Introducing a new protocol into GEODE has the potential to be highly disruptive. In order to minimize the disruption and maximize the feedback cycles it is suggested to implement the changes in phased approach. To view the milestones for each phase please see the page Phases and Milestones.

Examples

PutRequest

string regionName = "ExampleRegion"

...