Public API for creating embeddable servers

2022-09-14 Thread Lothruin Mirwen
Hi bookkeepers! Using BK in many project I had to write each time boilerplate code to create a BK embedded instance. With changes published in 4.15 I had to change such code in each project to handle the new interfaces. I think a public API to create server instances from configuration would be r

Re: [DISCUSS] Release 4.14.2

2021-08-16 Thread Lothruin Mirwen
I ran tests with latest 4.14.2 sources and I didn't find any problems regarding bouncycastle. Prior with 4.14.1 I failed to upgrade BK artifacts due to bc fips introduced in 4.14.0. :) Thank you Diego Il giorno ven 13 ago 2021 alle ore 10:42 Enrico Olivelli < eolive...@gmail.com> ha scritto: > Y

Re: Running without journal

2021-05-05 Thread Lothruin Mirwen
Great news! I'm so excited to see it at work :) Diego Il giorno mar 4 mag 2021 alle ore 20:38 Venkateswara Rao Jujjuri < jujj...@gmail.com> ha scritto: > > how you justify removing the ledger as opposed to removing the ledger > storage and preserving the journal > > I will be waiting for the BP

Re: DL LogReader.readNext blocked forever

2019-02-26 Thread Lothruin Mirwen
(), buf); // Actual write request final CompletableFuture write = asyncLogWriter.write(record); Il giorno mar 26 feb 2019 alle ore 12:44 Sijie Guo ha scritto: > On Tue, Feb 26, 2019 at 6:37 PM Lothruin Mirwen > > wrote: > > > Hi BookKeepers! > > > > I have an issue wi

DL LogReader.readNext blocked forever

2019-02-26 Thread Lothruin Mirwen
Hi BookKeepers! I have an issue with DL LogReader.readNext(false) [ie: blocking] Such call should "block until return a record if there are records in the stream (aka catching up). Otherwise it would wait up to {@link DistributedLogConfiguration#getReadAheadWaitTime()} milliseconds and return nul