DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
There is an additional serialization protocol between control.sh (thin client) and server nodes
This protocol is out of scope of this proposal.
There should be one serialization framework for communication and discovery protocol.
MessageWriter, MessageReader logic is depends on a remote IgniteProductVersion.Message#writeTo, Message#readFrom is auto-generated and stored separately from Message DTO classes.Message#writeJavaObject - for serializing Java functions and user objects (ComputeJob, etc) with JdkMarshaller.Message fields contain:Message@Since, @Until annotations for Message classes and fields....