tarantool / cartridge-java

Tarantool Cartridge Java driver for Tarantool versions 1.10+ based on Netty framework
https://tarantool.io
Other
27 stars 11 forks source link

Support "noreturn" CRUD operation option #464

Open nickkkccc opened 7 months ago

nickkkccc commented 7 months ago

The driver does not have a converter for the return value when passing the "noreturn" parameter

akudiyar commented 7 months ago

I suppose that at this point we will rather introduce a new workflow without conversion for the results (and will drop them right away instead of storing them in the memory).