kafka-python

Package — Data EngineeringPython 3.7+Advanced

Apache Kafka client for producing and consuming messages

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install kafka-python

Learn by Difficulty

Quick Example

python
# Install: pip install kafka-python
import kafka_python

# Basic kafka-python usage
print(f"Using kafka-python")
# See documentation for detailed examples

kafka-python is a third-party package. Apache Kafka client for producing and consuming messages. Install with: pip install kafka-python

Try in Playground

Tags

packagedata-engineeringetlpipeline