Re: [DISCUSSION] IEP-130: Spring Boot support

2024-12-03 Thread Maxim Myskov
Yes, it would be easier to manage configs if they could be identical on all nodes. This would avoid situations where several nodes have this flag (in case if it is a flag) enabled. -- Maksim Myskov > On 3 Dec 2024, at 17:13, Pavel Tupitsyn wrote: > >> adding the "ignite.bootstrap.nodeName" pro

Re: [DISCUSSION] IEP-130: Spring Boot support

2024-12-03 Thread Pavel Tupitsyn
> adding the "ignite.bootstrap.nodeName" property to define the node that performs cluster initialization on startup Why node name and not a boolean flag? Is that so the config is the same on all nodes, but only the node with the matching name starts initialization? On Tue, Dec 3, 2024 at 3:56 PM

Re: [DISCUSSION] IEP-130: Spring Boot support

2024-12-03 Thread Maxim Myskov
Hello Pavel, What do you think about the approach? -- Maksim Myskov > On 28 Nov 2024, at 11:54, Maxim Myskov wrote: > > Hello Pavel, > > I updated the "Embedded mode” section, please take a look. > In short, I propose adding the "ignite.bootstrap.nodeName" property to define > the node that