confluent-kafka
Package — Data EngineeringPython 3.7+Advanced
High-performance Kafka client by Confluent
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (C extension wrapping librdkafka)
- Install
pip install confluent-kafka
Learn by Difficulty
Quick Example
python
# Install: pip install confluent-kafka import confluent_kafka # Basic confluent-kafka usage print(f"Using confluent-kafka") # See documentation for detailed examples
confluent-kafka is a third-party package. High-performance Kafka client by Confluent. Install with: pip install confluent-kafka
Try in PlaygroundTags
packagedata-engineeringetlpipeline