Hello, Currently, there is no way to add a new address without the client restart. But there is a feature under development [1], perhaps, it will be useful for your case.
[1]: https://cwiki.apache.org/confluence/display/IGNITE/IEP-44%3A+Thin+client+cluster+discovery ср, 6 мая 2020 г. в 10:48, kay <[email protected]>: > Hello, Thank you so much!. > > I have 1 more question. > > I use IgniteClient API in my application.(singleton) > when i start my application I regist IgniteClient bean using > SpringFramework > and declare ClientConfiguration address like > > ClientConfiguration cfg = new > ClientConfiguration().setAddresses("34.1.21.122:12800", > "34.1.21.122:12800"); > > Is there any way to add new ClientConfiguration address without my > application restart?? > I'm considering using L4 between my application and ignite server node.. > but > also L4 should be restart. > > Is it possible to auto scale out java client thin level?? > > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
