You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

Client Protocol 

Client protocol should be simple enough to implement in any programming language.

Streaming/ Continuous Response

The Protocol should be able to send partial or chunked response to the client. It should have the ability to implement the Observer pattern. 

Framing

If Object is large then client/server should be able to send that object in chunks.

Pluggable

Server side implementation should be pluggable. 

JSON Support

Server should be able to interpret JSON document in client api request, and then convert that to pdx using JSONFormattor, vice versa.

Region Key as byte[]

We should be able to support byte[] as a region key. 

Performance

It should be performative similar to current Geode client.

 

 

  • No labels