Introducing FastKafka

Introducing FastKafka

May 11, 2023 from 3:30 pm to 4:00 pm

Speaker: Tvrtko Sternak

FastKafka is a Python library that makes it easy to connect to Apache Kafka queues and send and receive messages. In this talk, we will introduce the library and its features for working with Kafka queues in Python. We will discuss the motivations for creating the library, how it compares to other Kafka client libraries, and how to use its decorators to define functions for consuming and producing messages. We will also demonstrate how to use these functions to build a simple application that sends and receives messages from the queue. This talk will be of interest to Python developers looking for an easy-to-use solution for working with Kafka.
The documentation of the library can be found here: https://fastkafka.airt.ai/