Re: HTTP / REST API?

2017-11-08 Thread Sijie Guo
I see. Thank you for your clarification, Jia. - Sijie On Wed, Nov 8, 2017 at 7:00 PM, Jia Zhai wrote: > Hi Sijie, > I recall, There was only create ledgers and reading ledgers at that time, > and unfortunately the branches are cleaned.And as Enrico mentioned, > write

Re: HTTP / REST API?

2017-11-08 Thread Jia Zhai
Hi Sijie, I recall, There was only create ledgers and reading ledgers at that time, and unfortunately the branches are cleaned.And as Enrico mentioned, write ledger seems need more thinking. Thanks. -Jia On Wed, Nov 8, 2017 at 3:18 AM, Sijie Guo wrote: > + Jia > > I

Re: HTTP / REST API?

2017-11-08 Thread Enrico Olivelli
2017-11-08 16:24 GMT+01:00 Ivan Kelly : > >> Writing is difficult, because the java client writer is really the core > of > >> BookKeeper, it deals with fencing, ensemble changes > >> It would be simple to write a client which pushes data to bookies but > all > >> the

Re: HTTP / REST API?

2017-11-08 Thread Ivan Kelly
>> Writing is difficult, because the java client writer is really the core of >> BookKeeper, it deals with fencing, ensemble changes >> It would be simple to write a client which pushes data to bookies but all >> the LAC+fencing protocols (+ metadata management) are hard to re-implement. The

Re: HTTP / REST API?

2017-11-07 Thread Enrico Olivelli
2017-11-07 16:16 GMT+01:00 Ivan Kelly : > > We have an issue to document this feature. At the same time, you can > > checkout this BP for details - > > https://cwiki.apache.org/confluence/display/BOOKKEEPER/ > BP-17%3A+Define+BookKeeper+public+http+endpoints > BP-17 only

Re: HTTP / REST API?

2017-11-07 Thread Ivan Kelly
> We have an issue to document this feature. At the same time, you can > checkout this BP for details - > https://cwiki.apache.org/confluence/display/BOOKKEEPER/BP-17%3A+Define+BookKeeper+public+http+endpoints BP-17 only defines endpoints for metadata operations though, nothing for adding entries

Re: HTTP / REST API?

2017-11-07 Thread Istvan Soos
On Tue, Nov 7, 2017 at 12:02 PM, Enrico Olivelli wrote: > Could you please describe better your needs ? Really simple: I would like to try Bookkeeper from a non-Java project (and don't have much time to spend on writing a Java-based wrapper for it). On Tue, Nov 7, 2017 at

Re: HTTP / REST API?

2017-11-07 Thread Sijie Guo
Hi Istvan, This feature is coming in the next `4.6.0` release (it should be available in 2 weeks or so). We have an issue to document this feature. At the same time, you can checkout this BP for details -