Community solution for Kafka integration, seeking feedback and ecosystem integration #31575
kingsley-123
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Statement
Many data engineering teams need to integrate Dagster with Kafka for real-time data pipelines, but there hasn't been an official or comprehensive community solution. After encountering this gap in my own work, I built a complete integration that I'd like to share with the community.
Solution: dagster-kafka
I've developed and published a comprehensive Kafka integration for Dagster that addresses the full spectrum of production needs:
📦 Now available on PyPI: pip install dagster-kafka
Key Features
Technical Architecture
The integration follows Dagster's native patterns using IOManagers and Resources, making it feel like a first-party integration. It supports both asset-based and op-based workflows.
Links:
GitHub: https://github.com/kingsley-123/dagster-kafka-integration
PyPI: https://pypi.org/project/dagster-kafka/
Questions for the Community
Next Steps
I'm committed to maintaining and improving this integration based on community needs. Would love to discuss how this could best serve the Dagster ecosystem, whether as a community package or potentially contributing elements to the core project.
Looking forward to feedback and collaboration opportunities!
Beta Was this translation helpful? Give feedback.
All reactions