Re: [DISCUSS] Slack Channel for BookKeeper

2017-07-24 Thread Dustin Castor
Agreed! Or an IRC.  On Monday, July 24, 2017, 6:50:22 PM PDT, Jia Zhai wrote: 👍 It is great to have a slack channel. It make things more effective and smooth. On Tue, Jul 25, 2017 at 8:11 AM, Sijie Guo wrote: > Hi all, > > What do you guys all think about having a dedicated slack channel for

Re: Bookie Http Endpoint

2017-07-19 Thread Dustin Castor
tract. if there is a requirement to have a servlet implementation, it should be also easy to implement. same applies for jetty + JAX-RS. So can we agree on the contract and defer the implementation to different organizations (like what we did for stats providers)? ^^ Yiming, Dustin, Enrico

Re: Bookie Http Endpoint

2017-07-17 Thread Dustin Castor
Hey all, So I did define a little endpoint that can be used for multiple things on our end. Basically it spins up a jetty server, attaches a handler, and then maps that handler to a class. Within that class, you can add methods and map them using the Jersey API where you'd "decorate" methods wit