Skip to main content
Version: Next

Quick Start

This page gives you the shortest path to get started. For details, jump to the subpages.

1) Check requirements

2) Install and enable

pip install abe-kafka
export MESSAGE_QUEUE_BACKEND=kafka
export KAFKA_BOOTSTRAP_SERVERS=localhost:9092

For SASL/SSL examples and more options, see: Installation

3) Validate locally

  • Run the minimal publish/consume example here: How to Run

Where to go next