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

2024-12-04 Thread Pavel Tupitsyn
Ok, this makes sense, thank you. On Tue, Dec 3, 2024 at 4:30 PM Maxim Myskov wrote: > 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 > >

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

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

2024-11-28 Thread Maxim Myskov
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 performs cluster initialization on startup. I look forward to receiving feedback on this approach. -- Maksim Myskov > On 22 Nov 2

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

2024-11-22 Thread Ilya Korol
Hi, Maksim. First of all, thanks for your efforts. I have one concern, and probably I'm over exaggerating this problem, but which Spring version we're targeting? Spring 6? What we're going to do if, let's say after couple of years, Spring 7 will appear

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

2024-11-22 Thread Pavel Tupitsyn
Hello Maksim, The proposal looks good in general. I think we need more details on cluster initialization mechanism - who calls init and when? What if there are multiple Spring-based embedded nodes? On Fri, Nov 22, 2024 at 1:36 PM Maksim Myskov wrote: > Hello Ignite devs, > > Please, take a loo

[DISCUSSION] IEP-130: Spring Boot support

2024-11-22 Thread Maksim Myskov
Hello Ignite devs, Please, take a look at the proposal for Ignite3 https://cwiki.apache.org/confluence/display/IGNITE/IEP-130%3A+Spring+Boot+support -- Maksim Myskov