Re: Thin client / Binary protocol: questions

2018-03-01 Thread Alexey Kukushkin
Denis and All, The links you asked for: - Java thin client development branch - Code review in Upsource - Thin client documentation

Re: Thin client / Binary protocol: questions

2018-02-28 Thread Denis Magda
Guys, please consider my five cents >>> - Name/password authentication. > >>> When will it be available in the spec? > >>> Is there any draft we can look at? > It is still under development. Will be available in several weeks. It is > better to skip this part for now. Let's give a reference to

Re: Thin client / Binary protocol: questions

2018-02-28 Thread Pavel Tupitsyn
> This is not part of protocol specification. Please refer to .NET client > where it is already implemented. *Pavel*, do we have docs for this? I don't think we have docs for SLL. These docs should be common for any type of client (ODBC/JDBC/...), and this is mostly about configuring certificates

Re: Thin client / Binary protocol: questions

2018-02-28 Thread Vladimir Ozerov
Hi Alex, >>> Just to double-check - we should support the types from the spec only. Right? Please provide the list of types you are in doubt of >>> - Key-Value and SQL and Scan Queries. >>> The most of operations has "Flag" field in Request: "Pass 0 for default, or 1 to keep the value in binary

Thin client / Binary protocol: questions

2018-02-27 Thread Alexey Kosenchuk
Folks, Designing node.js thin lib (IGNITE-) we have the following questions. Could you please have a look and clarify. Thanks, -Alexey - Supported standard types and their type codes. Are defined in the spec: https://apacheignite.readme.io/docs/binary-client-protocol#data-format But,