About 258,000 results
Open links in new tab
  1. Python Client for Apache Kafka | Confluent Documentation

    Confluent, a leading developer and maintainer of Apache Kafka®, offers confluent-kafka-python on GitHub. This Python client provides a high-level producer, consumer, and AdminClient that are …

  2. confluent-kafka · PyPI

    Nov 7, 2025 · Confluent's Python Client for Apache Kafka TM confluent-kafka-python provides a high-level Producer, Consumer and AdminClient compatible with all Apache Kafka™ brokers >= v0.8, …

  3. confluentinc/confluent-kafka-python - GitHub

    Confluent's Python Client for Apache Kafka TM confluent-kafka-python provides a high-level Producer, Consumer and AdminClient compatible with all Apache Kafka™ brokers >= v0.8, Confluent Cloud …

  4. The confluent_kafka API — confluent-kafka 1.3.0 documentation

    A reliable, performant and feature rich Python client for Apache Kafka v0.8 and above.

  5. confluent-kafka Python Guide [2025] | PyPI Tutorial

    Nov 16, 2025 · confluent-kafka is Confluent's Python client for Apache Kafka. It's one of the most widely used packages in the Python ecosystem for developers building modern Python applications.

  6. Introduction to Confluent Kafka Python Producer - GeeksforGeeks

    Jul 23, 2025 · We will use Confluent Kafka Library for Python Kafka Producer as we can handle both Apache Kafka cluster and Confluent Kafka cluster with this Library. We need Python 3.x and Pip …

  7. confluent_kafka API — confluent-kafka 2.12.0 documentation

    Starting with confluent-kafka-python 2.12.0 (GA release), the next generation consumer group rebalance protocol defined in KIP-848 is production-ready. Note: The new consumer group protocol defined in …

  8. Confluent Python Kafka: A Comprehensive Guide - CodeRivers

    Mar 29, 2025 · The Confluent Python Kafka library simplifies the integration of Kafka into Python applications, enabling developers to produce and consume messages with ease. This blog will …

  9. Releases · confluentinc/confluent-kafka-python - GitHub

    Starting with confluent-kafka-python 2.12.0, the next generation consumer group rebalance protocol defined in KIP-848 is production-ready. Please refer to the following migration guide for moving from …

  10. Implementing Kafka Producer and Consumer with Confluent Kafka in Python

    Feb 22, 2025 · In this post, we’ve implemented both a Kafka producer and consumer in Python using the Confluent Kafka library. We used threading to run both components concurrently, simulating a real …