Re: Nodejs cache problem.

2022-02-17 Thread F.D.
I solved putting INTEGER_ARRAY. Thanks, F.D. On Tue, Feb 15, 2022 at 12:11 AM F.D. wrote: > Hi Eduard, > sorry for my late reply. I've attached it to this email. But now I got a > different error message: > "Value "220" can not be cast to byte" > or > "Value "238" can not be cast to byte" >

Re: Nodejs cache problem.

2022-02-14 Thread F.D.
Hi Eduard, sorry for my late reply. I've attached it to this email. But now I got a different error message: "Value "220" can not be cast to byte" or "Value "238" can not be cast to byte" The line where I got the error is: await cache.put(key, value); Where value is [image: image.png] Than

Re: Nodejs cache problem.

2022-02-01 Thread Eduard Rakhmankulov
Good day, F.D.! Can you provide ignite logs related to this problem? On Tue, 1 Feb 2022 at 10:46, F.D. wrote: > Hi, > I'm trying to use Apache Ignite to store protobuf messages in cache, > trying to speed up our web interface. > I'm using the thin client for nodejs, and the 2.12.0 of Ignite.