Hacker News new | ask | show | jobs
by davorrunje 1168 days ago
FastKafka, a modern Python library for building asynchronous web services that interact with Kafka topics, has just released a new version that includes an in-memory mockup of Kafka brokers. This new feature allows developers to test their code without the need to run actual Kafka brokers, making the testing process faster and more efficient. Built on top of Pydantic, AIOKafka, and AsyncAPI, FastKafka continues to simplify the process of writing producers and consumers for Kafka topics, making it even easier for developers to work with Kafka in their Python projects.