tarantool / cartridge-springdata

Spring Data Tarantool
Other
18 stars 7 forks source link

Updating the schema for the driver without restarting the application #61

Open Bl4ugrane opened 2 years ago

Bl4ugrane commented 2 years ago

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

vrogach2020 commented 2 years ago

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