Re: Unbounded ledgers

2021-12-20 Thread Jack Vanlightly
Hi Enrico, I think if BookKeeper didn't exist and we were in the design phase, I'd prefer ledgers to be unbounded, so that I could either have a single ledger as a stream, or if I still wanted to combine them, like Pravega would need to, I would close ledgers intentionally (rather than due to erro

Re: Unbounded ledgers

2021-12-17 Thread Enrico Olivelli
Hello Jack, This idea sounds really interesting. As you are citing in the doc, one tricky part from my point of view is about deleting fragments in order to release space (and be compliant with legal stuff...) We will also have to add the fragment as a top level concept of BooKeeper in order to al