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

Suggestion: add support for multiplexing out to multiple queues #4

Closed joewood closed 6 years ago

joewood commented 6 years ago

Add support for multiple queues and channels from a single topic by deriving the queue name from content in the message. A couple of potential approaches:

AndrewJSchofield commented 6 years ago

Hi, this isn't something that I'm interested in pursuing personally. There's a lot of complexity involved if each message potentially uses a different queue. There are limits in the queue manager, limits in terms of memory usage and so on. So, I'd rather not complicate the connector like this.