Re: Java thin client defaults

2022-07-07 Thread Pavel Tupitsyn
+1, seems like a good idea On Thu, Jul 7, 2022 at 4:10 PM Stephen Darlington < stephen.darling...@gridgain.com> wrote: > I’ve been thinking about the “first run” experience and some of the > defaults we have. > > For example, I can start a thick client entirely with the defaults: > > var cfg =

Java thin client defaults

2022-07-07 Thread Stephen Darlington
I’ve been thinking about the “first run” experience and some of the defaults we have. For example, I can start a thick client entirely with the defaults: var cfg = new IgniteConfiguration(); var ignite = Ignition.start(cfg); But the same does not work for the thin client: var cfg = new