Hi all,
I'm trying a setup in which I need to push data from Kafka to RabbitMQ. I'm
using Debezium Kafka Connect base image and adding additional plugins as
required. As sink connector to RabbitMQ, I'm trying out Camel RabbitMQ
connector plugin. I've copied the plugin jar in the plugin.path of
You don't have to copy the jar, you need to explode the tar.gz provided:
https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-rabbitmq-kafka-connector/0.11.5/camel-rabbitmq-kafka-connector-0.11.5-package.tar.gz
Each of the connectors from camel-kafka-connector, needs to live
Hi Andrea,
Thanks a lot for the suggestion, it helped fix the issue, I can see the plugin.
Regards,
Gururaj
-Original Message-
From: Andrea Cosentino
Sent: dinsdag 15 maart 2022 10:18
To: users@camel.apache.org
Subject: Re: Camel RabbitMQ sink connector plugin is not getting added in K
How can I isolate integrations network, for example, to prevent an
integration A to request a rest route in the integration B ?