Hello.
Please, make sure you have equal value of BinaryConfiguration#compactFooter
both for server node and for thin client.
Set specific value (true) in both configuration
They are not equals, by default for the backward compatibility reasons.
Having different compactFooter value can lead to de
Hello!
Please write to user list (u...@ignite.apache.org)
Having said that, I think you need to qualify this key class with package
name when doing REST.
Regards,
--
Ilya Kasnacheev
пн, 23 мая 2022 г. в 13:59, wkhapy...@163.com :
> i use java thin client i
>
>
>
> wkhapy...@163.com
>
i use java thin client i
wkhapy...@163.com
hello:
i use java thin client insert a class type key
like below
public class ContactKey {
private Long id;}and i put contactKey in ignite/libs dir.when i use java
thin client call get has result.but when i use restful api call get ,it result
is null.i use restful scan it also has result.how