Open
Description
MQTT IO connector forPython SDK
Imported from Jira BEAM-12732. Original Jira may contain additional context.
Reported by: ayush1995.
MQTT IO connector forPython SDK
Imported from Jira BEAM-12732. Original Jira may contain additional context.
Reported by: ayush1995.
Activity
gdiazdelrio commentedon Mar 20, 2024
Hi. Is there any intention on following up with this idea? Or is it stale? We could definitely make use of an MQTT connector for Python or, in its defect, an External Transform that allowed us to import an unbounded PCollection to our Python pipeline. We want to use Dataflow to write to BigQuery, but our data is in MQTT instead of Pub/Sub, which is what all the documentation we found assumes.
Thanks for any help you can provide
chamikaramj commentedon Aug 22, 2024
@ahmedabu98 @damccorm do we have plans to include MQTT as a Python auto-generated x-lang wrapper ?
ahmedabu98 commentedon Aug 30, 2024
Opened a quick PR to make this transform portable: #32385
@gdiazdelrio feel free to check and review it