Hi, All!

It seems that in current implementation (
https://apacheignite.readme.io/docs/rest-api#get)
GET command could work only with String keys.

How about to add optional parameter "keyType" and implement support for
common built-in types such as Integer, Long, UUID,... and user classes that
a valid JavaBeans?

Sample: http://host:port/ignite?cmd=get&key=1&cacheName=myCache&keyType=Long

Thoughts?

-- 
Alexey Kuznetsov

Reply via email to