aerospike/aerospike-client-java

Is there documentation on response byte layout

probtask opened this issue · 2 comments

I am poking around with the java client a bit, but find it a bit hard to understand how to parse the response without a doc. Is there response memory layout lying somewhere?

For example figuring out how to read the dataBuffer can be a bit of a pain if I don't already know the layout.

We used to document our wire protocol and some customers even wrote custom clients using those documents, but we now highly discourage using custom clients.

The reason is product features are constantly being added/refined and it's too difficult to guarantee compatibility for all versions of the wire protocol specification.

Ah I see, thanks