A lightweight learning project exploring Python async programming, web monitoring, and Apache Kafka integration using Aiven's managed Kafka service.
-
Install dependencies:
pip install aiohttp confluent-kafka python-dotenv
-
Configure environment variables in
.env.local:KAFKA_SERVICE_URI=your-kafka-bootstrap-servers
-
Add your Aiven SSL certificates to
sslcerts/:ca.pem- Certificate Authorityservice.cert- Service certificateservice.key- Private key