Re: Enhancing getBookieInfo

2019-12-12 Thread Enrico Olivelli
This is a draft for the BP-38 https://github.com/apache/bookkeeper/pull/2214/files and this is a draft implementation https://github.com/apache/bookkeeper/pull/2213/files I will ping again when the documents are ready for full review. I have just pushed them in case anyone as time to give early f

Re: Enhancing getBookieInfo

2019-12-08 Thread Enrico Olivelli
I am preparing a BP with the goal of enabling discovery of every service exposed by a Bookie using existing metadata service. Stay tuned Enrico Il mar 3 dic 2019, 08:55 Enrico Olivelli ha scritto: > Sijie, > answers inline > > Enrico > > Il giorno mar 3 dic 2019 alle ore 08:15 Sijie Guo ha >

Re: Enhancing getBookieInfo

2019-12-02 Thread Enrico Olivelli
Sijie, answers inline Enrico Il giorno mar 3 dic 2019 alle ore 08:15 Sijie Guo ha scritto: > I am not sure it is a good idea to expose the stats via a RPC endpoint. > > Because most of the stats collection systems (e.g. prometheus) are > collecting stats via an http endpoints. > I don't think w

Re: Enhancing getBookieInfo

2019-12-02 Thread Sijie Guo
I am not sure it is a good idea to expose the stats via a RPC endpoint. Because most of the stats collection systems (e.g. prometheus) are collecting stats via an http endpoints. I don't think we should duplicate the work that a stats library is good at. Other thoughts inline. On Sat, Nov 30, 20