apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.85k stars 4.25k forks source link

[Feature Request]: Implement IBM MQ Sink Connector for Python SDK #30716

Open utkarshparekh opened 7 months ago

utkarshparekh commented 7 months ago

What would you like to happen?

I am proposing the implementation of an IBM MQ sink connector within the Apache Beam Python SDK. This feature would enable Apache Beam users to easily send data to IBM MQ, which is a widely used and robust messaging middleware. The absence of this connector in the Python SDK limits the integration capabilities for users working with IBM MQ in their data processing pipelines.

Issue Priority

Priority: 3 (nice-to-have improvement)

Issue Components

Abacn commented 7 months ago

Note that Beam Java SDK has a JmsIO that can be used to connect to IBM MQ. For Python it's possible to write a cross-language wrapper

liferoad commented 7 months ago

Do we need to write one with the Python autowrapper?