Using Kafka in your python application discusses several popular Kafka client libraries for Python like kafka-python, confluent-kafka-python, aiokafka, and Faust. It provides code examples for producing and consuming messages with these libraries. It also presents two example architectures - one for product indexing using kafka-python, and another for processing delivery data streams using aiokafka and Faust.
Related topics: