kafka-connect-rabbitmq
kafka-connect-rabbitmq copied to clipboard
Source connector support rabbitmq.routing.key and rabbitmq.exchange
The program currently only supports MQ Basic consume, and does not support consume based on routing key.
Currently the routing strategy of the queue need to be defined in advance. We need to create the binding relationship between the exchange and the queue first, and then create the rabbitmq source connector. It is not convenient for later operation and maintenance. Could provide the relevant support?
Ref: https://github.com/cobolbaby/kafka-connect-rabbitmq/commit/528288559ac31bfc866a1346de6c43c4875b9f16
Thank you for this - we will look to merge it in.
Hello @jonahharris and @cobolbaby thank you for your work on this project.
Would it be possible to merge @cobolbaby solution into this project?
Thanks. :smile: