Increasing the concurrency of a Kafka consumer 🧮 2022-11-01 :: #Python #Apache Kafka #Concurrency Out-of-the-box, a Kafka consumer is not thread safe. Multi-threaded access must be properly synchronised. Can we create a multi-threaded consumer? 🤔 Read more →