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 65 cartridge-java issues
Sort by recently updated
recently updated
newest added

Can't connect to instance of tarantool if any space like this exists: box.schema.space.create('test') box.space.test:format({ { name = 'id', type = 'unsigned', is_nullable = false }, { name = 'name', type...

bug

Code examples should be in tests - [x] #305 - [x] #312 - [x] #306 - [x] #307 - [x] #348 - [x] #349 - [x] #185 - [x] #354...

documentation
epic

If you work with high load project, and start you app -XX:ReservedCodeCacheSize=512m -XX:MaxMetaspaceSize=512m -XX:MaxDirectMemorySize=256m, after small period 1-2 hours yoe got exception and hisgh cpu of VM. Without keys everithing...

waiting for analysis
customer

At prodaction with high load we got error Invalid Tarantool packet: TarantoolHeader can be unpacked only from MP_MAP, received 76 My app same as at [issue 448](https://github.com/tarantool/cartridge-java/issues/448) ``` 26-12-2023 03:32:37.414...

waiting for analysis
customer

```[tasklist] ### Need to support - [ ] #107 - [x] #270 - [x] #236 - [x] #259 - [ ] #261 - [ ] #262 - [x] #272 -...

epic

Sometimes we do not want to change the default timeout for all the application code, but just add more time for a particular call (e.g. a large select). In that...

good first issue
feature