tarantool / cartridge-springdata

Spring Data Tarantool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating the schema for the driver without restarting the application

Bl4ugrane opened this issue · comments

Currently, the driver does not support automatic updating the schema.

Now we have reconnection strategies epic in development tarantool/cartridge-java#48
Looks like schema updates can share some logic with reconnection strategies.