ibm-messaging / kafka-connect-mq-sink

This repository contains a Kafka Connect sink connector for copying data from Apache Kafka into IBM MQ.
Apache License 2.0
35 stars 43 forks source link

How can I use MQMD fields? #63

Closed joaothallis closed 2 months ago

joaothallis commented 4 months ago

I see that it have implemented ReplyToQ and ReplyToQMgr (https://github.com/ibm-messaging/kafka-connect-mq-sink/issues/19).

Is that possible to user other fields like Report, MsgType, Persistence, CodedCharSetId and how do I use then?

Joel-hanson commented 2 months ago

@joaothallis We've introduced new configurations for the connector that allow additional control information to be included with the message data before it is sent to MQ. For more details, please refer to the documentation here: https://ibm.github.io/event-automation/es/connecting/mq/sink/#enabling-mqmd.

Joel-hanson commented 2 months ago

Closing this for now, Please reopen if the docs doesn't satisfy.