Hi, We have a libmemcached (C) client to write pure binary[] to Ignite and another Java client to read from it. We suspect Ignite stores it as String(UTF-8), perhaps related IGNITE-7028 - even from the packet dump, the data type is raw bytes (0) As the workaround, we modified the code a bit to return raw byte[] for value field as shown in https://github.com/mcfongtw/ignite/blob/a112bc53febd3903817b3837f7fd90b3257fa18b/modules/core/src/main/java/org/apache/ignite/internal/processors/rest/protocols/tcp/GridTcpRestParser.java
Thanks and Regards, On Thu, Oct 4, 2018 at 9:38 PM Maxim.Pudov <[email protected]> wrote: > Hi, it looks strange to me. Do you have a reproducer? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
