Re: restful api get key result is null,but java thin clien get key has result

2022-05-23 Thread Николай Ижиков
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

Re: restful api get key result is null,but java thin clien get key has result

2022-05-23 Thread Ilya Kasnacheev
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 >

restful api get key result is null,but java thin clien get key has result

2022-05-23 Thread wkhapy...@163.com
i use java thin client i wkhapy...@163.com

restful api get key result is null,but java thin clien get key has result

2022-05-23 Thread 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