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

Compare with Current View Page History

« Previous Version 2 Next »

 

Its in progress right now ....

Approach

We will have layered approach for handling the client request message and server response message. Each layer will do its work and pass the message to next layer. Currently,  we are planning to add this with Geode server, but eventually, it should work with Netty server/ other. 

 

Layering

Client request message will be processed by various layer. Then we execute api and then response will be processed by various layer as mentioned below.

 

Request MessageResponse Message
Collect Message bytesSend the message
Construct MessageDivide the Message
Customize key and valueCustomize key and value
Authenticate ConnectionAuthorize message
Authorize request MessageConstruct Resposne Message
Statsstats
Execute API
  • No labels