Apache BookKeeper · Example Payload

Bookkeeper Admin Bookie State Example

ApacheDistributed SystemsLog StorageOpen SourceStorageStreaming

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

Top-level fields

runningreadOnlyshuttingDownavailableForHighPriorityWrites

Example Payload

Raw ↑
{
  "running": true,
  "readOnly": false,
  "shuttingDown": false,
  "availableForHighPriorityWrites": true
}