rivven-0.0.9 is not a library.
rivven
Command-line interface for the Rivven event streaming platform.
Overview
rivven provides a unified CLI for managing topics, producing/consuming messages, and administering clusters. Designed for both interactive use and scripting.
Installation
Quick Start
# Create a topic
# Produce messages
# Consume messages
Commands
Topic Management
# List topics
# Create topic with partitions
# Describe topic details
# Delete topic
Produce Messages
# Produce from stdin
|
# Produce with key
# Produce from file
Consume Messages
# Consume from beginning
# Consume with consumer group
# Consume specific partition/offset
# Consume with limit
Cluster Operations
# Cluster status
# List brokers
# Consumer groups
Configuration
| Variable | Description |
|---|---|
RIVVEN_BOOTSTRAP_SERVERS |
Default bootstrap servers |
RIVVEN_TLS_ENABLED |
Enable TLS |
RIVVEN_TLS_CA_FILE |
CA certificate file |
Output Formats
Documentation
License
Apache-2.0. See LICENSE.