NATS: Parser
NATS: Parser This parser is tighlty coupled to netty. Netty is optimised to minimize garbage and to reuse allocated objects/ memory. This parser tries to piggyback on that optimisation. The parser will be called after each read operation on the tcp socket and will be important for the speed of the system. Protocol NATS uses a text based protocol on top of TCP. The protocol is described here. The client will receive following operations:
Keep reading...