Apache BookKeeper · Example Payload

Bookkeeper Admin Ledger Metadata Example

ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming

Bookkeeper Admin Ledger Metadata Example is an example object payload from Apache BookKeeper, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ledgerIdensembleSizewriteQuorumSizeackQuorumSizestatelengthlastEntryId

Example Payload

Raw ↑
{
  "ledgerId": 12345,
  "ensembleSize": 3,
  "writeQuorumSize": 2,
  "ackQuorumSize": 2,
  "state": "CLOSED",
  "length": 1048576,
  "lastEntryId": 1024
}