DE-labtory / swim

Scalabe Weakly-consistent Infection-style Process Group Membership Protocol
Apache License 2.0
27 stars 12 forks source link

[swim] cmd #113

Open zeroFruit opened 5 years ago

zeroFruit commented 5 years ago

Now we need to wiring cmd with actual SWIM API. In cmd directory there's some skeleton cmd code.

and we should consider is there any more subcommands we need

hihiboss commented 5 years ago

More description?

zeroFruit commented 5 years ago

@hihiboss edited! 👍

zeroFruit commented 5 years ago

@junbeomlee @hihiboss

But how to set configuration? via yaml or cli flag?

and suggest swim members as subcommand which list current members I have

and how join should be done? because when swim start, that terminal starts server and cannot receive other cli input

junbeomlee commented 5 years ago

We will use viper as config library! same as it-chain!

zeroFruit commented 5 years ago

got it

zeroFruit commented 5 years ago

@zeroFruit