Re: [VOTE] PIP-404: Introduce per-ledger properties

2025-03-04 Thread Tao Jiuming
Close the vote with 3 bindings: - Penghui Li - Lari Hotari - Yunze Xu Thanks for you review and vote! Tao Jiuming(dao-jun) PengHui Li 于2025年3月5日周三 10:57写道: > +1 binding > > - Penghui > > On Mon, Mar 3, 2025 at 2:28 AM Tao Jiuming wrote: > > > bump > > > > Tao Jiuming 于2025年2月11日周二 14:37写道:

Re: [VOTE] PIP-404: Introduce per-ledger properties

2025-03-04 Thread PengHui Li
+1 binding - Penghui On Mon, Mar 3, 2025 at 2:28 AM Tao Jiuming wrote: > bump > > Tao Jiuming 于2025年2月11日周二 14:37写道: > > > Hi all, > > > > I open PIP-404 to introduce per ledger properties, which will add a > > `properties` field to `LedgerInfo` to store extra properties for every > > `Ledger`

Re: [VOTE] PIP-404: Introduce per-ledger properties

2025-03-03 Thread Tao Jiuming
bump Tao Jiuming 于2025年2月11日周二 14:37写道: > Hi all, > > I open PIP-404 to introduce per ledger properties, which will add a > `properties` field to `LedgerInfo` to store extra properties for every > `Ledger`. > > # Background knowledge > As we don't have a secondary index on the Bookkeeper, so we

Re: [VOTE] PIP-404: Introduce per-ledger properties

2025-02-24 Thread Yunze Xu
+1 (binding) Thanks, Yunze On Tue, Feb 18, 2025 at 6:00 PM Lari Hotari wrote: > > +1 (binding) > > -Lari > > On 2025/02/11 06:37:59 Tao Jiuming wrote: > > Hi all, > > > > I open PIP-404 to introduce per ledger properties, which will add a > > `properties` field to `LedgerInfo` to store extra pro

Re: [VOTE] PIP-404: Introduce per-ledger properties

2025-02-18 Thread Lari Hotari
+1 (binding) -Lari On 2025/02/11 06:37:59 Tao Jiuming wrote: > Hi all, > > I open PIP-404 to introduce per ledger properties, which will add a > `properties` field to `LedgerInfo` to store extra properties for every > `Ledger`. > > # Background knowledge > As we don't have a secondary index on

Re: [VOTE] PIP-404: Introduce per-ledger properties

2025-02-11 Thread Tao Jiuming
Hi, Enrico Thanks for your feedback. 1. For property's key-value datatype, for maximum universality, it only supports String type. Just like `ManagedCursor#cursorProperties` and `ManagedLedger#propertiesMap`. 2. We can add/update/remove properties during the whole ledger's life time, all the chan

Re: [VOTE] PIP-404: Introduce per-ledger properties

2025-02-10 Thread Enrico Olivelli
Tao, I think that the proposal is valuable. We have to clarify which datatypes are supported both for the keys and for the values. Are keys and values only raw arrays of bytes? It would be better to have a way to detect the types, so that automatic tools, like CLIs and UIs can represent the value

[VOTE] PIP-404: Introduce per-ledger properties

2025-02-10 Thread Tao Jiuming
Hi all, I open PIP-404 to introduce per ledger properties, which will add a `properties` field to `LedgerInfo` to store extra properties for every `Ledger`. # Background knowledge As we don't have a secondary index on the Bookkeeper, so we can't query entries by message metadata efficiently. The