+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 = ne
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 ClientC