Lakshayvoid-ness.hashnode.dev·Oct 3, 2024Kafka: The WhatsApp for Microservices CommunicationWe all lead busy lives. Some of us are buried in office presentations, while others are tackling assignments from the comfort of our beds. Yet, we always find time to catch up with each other, thanks to quick messaging apps that keep us connected. Wi...46 readskafka
Adeoti Ayodejiblog.lordsarcastic.dev·Jan 1, 2024KafkaProducer connection pool in Python: Part 1Introduction Note: Part 2 of this series is available here Note: The complete implementation is in my kafka-python-producer-pool repository. Kafka is an event-streaming platform used for building event-driven systems. Kafka hinges on three things: To...46 likes·382 readskafka
Adeoti Ayodejiblog.lordsarcastic.dev·Jan 1, 2024KafkaProducer connection pool in Python: Part 2Introduction Note: Part 1 of this series is available here Note: The complete implementation is in my kafka-python-producer-pool repository. In part 1 of this series, we addressed the concept of a Kafka producer pool to provide safe, multi-threaded c...20 likes·95 readskafka