ibm-messaging / kafka-connect-mq-source

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

fix: handle empty MQ messages #135

Closed dalelane closed 2 months ago

dalelane commented 2 months ago

With this commit, the Connector will create tombstone (null value) Kafka records to represent empty MQ messages.

Contributes to: #134