crabka-cli 0.3.1

Operator CLI for Crabka (binary: `crabka`)
crabka-cli-0.3.1 is not a library.

crabka-cli

Crates.io Docs.rs CI

Operator CLI for Crabka (binary: crabka).

This crate is part of Crabka, a Rust implementation of Kafka-compatible infrastructure and clients.

Install

crabka-cli = "0.3.1"

For workspace development, use the path dependency from this repository instead.

Usage example

Format a broker log directory before first start, optionally seeding credentials:

crabka format \
  --cluster-id 00000000-0000-0000-0000-000000000001 \
  --node-id 1 \
  --log-dir /var/lib/crabka/data

Documentation

API documentation is published on docs.rs/crabka-cli. The repository README contains project-wide setup, development, and release notes.

License

Apache-2.0. See the repository LICENSE and NOTICE files for details.