Does this mean same ignite node can use dufferent app libs to execute business logic. Or does a node takes lib version at startup and only process that version through its life cycle, and it is part of same cluster cobtaining other nodes with different app version. Could you please point me to documentation if any.
On Mon, Nov 15, 2021, 16:37 Stephen Darlington < stephen.darling...@gridgain.com> wrote: > You might need to set the deployment mode to PRIVATE/ISOLATED but > otherwise it should pretty much just work. > > On 14 Nov 2021, at 04:37, Surinder Mehra <redni...@gmail.com> wrote: > > Any suggestions from experts ? > > On Thu, Nov 11, 2021, 23:49 Surinder Mehra <redni...@gmail.com> wrote: > >> Hi, >> I have a special requirement to support deploying several versions of >> same class file on same ignite cluster. Say customer 1 wants some >> additional features on same file but other clients continue working with >> old version. Just trying to think if it is possible in ignite or i have to >> think about having separate ignite cluster for each version. >> > > >