Python Example
This example demonstrates how to consume messages from Allium’s Kafka streams using Python.Install the Confluent Library
- uv
- pip
Consumer Script
Create and execute the following script to start consuming messages:Replace the placeholder values (
"Your Bootstrap Servers", "Your Group ID",
etc.) with the actual credentials provided by Allium.