Re: [Dev] CLI Client for MB4 using GoLang

2018-02-15 Thread Eranda Rajapakshe
Hi Lahiru, For the moment we are using Java as it will be easy to use and maintain with Broker implementation which we have currently. Thanks, On Fri, Feb 16, 2018 at 11:38 AM, Lahiru Sandaruwan wrote: > Hi Eranda, > > Is this still developed with Go? I can see Java CLI

Re: [Dev] CLI Client for MB4 using GoLang

2018-02-15 Thread Lahiru Sandaruwan
Hi Eranda, Is this still developed with Go? I can see Java CLI client at [1]. However, +1 for using Go for the CLI. IMO it would be cleaner to keep the CLI code separately, as two are written in different languages. [1]

[Dev] CLI Client for MB4 using GoLang

2018-02-08 Thread Eranda Rajapakshe
Hi, For MB4 we are writing a CLI client to perform admin operations. I have done a draft design and doing an implementation. At the moment I am trying out this with GoLang as its really flexible for building CLIs and it can be, executables will be able to run on machines without a JVM. We are