cartridge-java icon indicating copy to clipboard operation
cartridge-java copied to clipboard

Tarantool Cartridge Java driver for Tarantool versions 1.10+ based on Netty framework

Results 66 cartridge-java issues
Sort by recently updated
recently updated
newest added

Go example https://www.tarantool.io/en/doc/latest/book/connectors/#go

Too many bullets: ![image](https://user-images.githubusercontent.com/22258443/235177463-d7ed3d7b-1acd-4c35-905e-b312c532e27e.png)

documentation

Tech debt for https://github.com/tarantool/cartridge-java/pull/171

good first issue
tests
chosen

Affects #96

waiting for analysis
customer

Now you can't obtain null if you use this converter https://github.com/tarantool/cartridge-java/blob/b961c6268be7c1fcffaea368208a7203a0177bc2/src/main/java/io/tarantool/driver/core/SingleValueCallResultImpl.java#L34-L36 What if I want to collect the first value and null it's acceptable

We have all mappers in the same Map and copy them all by copy method. It's necessary for defaults because we use them in almost all requests.

There is a common question from the customers that arise often - how to work with the driver API in the right way if we want to produce some high...

documentation