RE: Can API be an alternative for MBeans?

2018-02-22 Thread Jacques-Henri Berthemet
I didn't know about it, I'm now witching it, thank you! -- Jacques-Henri Berthemet -Original Message- From: Murukesh Mohanan [mailto:murukesh.moha...@gmail.com] Sent: Thursday, February 22, 2018 10:08 AM To: dev@cassandra.apache.org Subject: Re: Can API be an alternative

Re: Can API be an alternative for MBeans?

2018-02-22 Thread Murukesh Mohanan
Sent: Thursday, February 22, 2018 9:51 AM > To: dev@cassandra.apache.org > Subject: Re: Can API be an alternative for MBeans? > > Hi, > > Jolokia 'for instance) is making exposing MBean with Http so easy (with > "just" a simple jar addition) that I think this

RE: Can API be an alternative for MBeans?

2018-02-22 Thread Jacques-Henri Berthemet
: Thursday, February 22, 2018 9:51 AM To: dev@cassandra.apache.org Subject: Re: Can API be an alternative for MBeans? Hi, Jolokia 'for instance) is making exposing MBean with Http so easy (with "just" a simple jar addition) that I think this is not really needed within Cassandra On

Re: Can API be an alternative for MBeans?

2018-02-22 Thread Nicolas Guyomar
Hi, Jolokia 'for instance) is making exposing MBean with Http so easy (with "just" a simple jar addition) that I think this is not really needed within Cassandra On 22 February 2018 at 09:10, Venkata Hari Krishna Nukala < n.v.harikrishna.apa...@gmail.com> wrote: > Hi, > > I saw lots of informa

Can API be an alternative for MBeans?

2018-02-22 Thread Venkata Hari Krishna Nukala
Hi, I saw lots of information exposed through MBeans (like status, cfstats etc...). I feel exposing them like as API has few advantages like, it is more open (different types of clients can use) and more expressible for request and response. Does the option of exposing such functionality through