Camel RabbitMQ sink connector plugin is not getting added in Kafka Connect

2022-03-15 Thread Gururaj Maddodi
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

Re: Camel RabbitMQ sink connector plugin is not getting added in Kafka Connect

2022-03-15 Thread Andrea Cosentino
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

RE: Camel RabbitMQ sink connector plugin is not getting added in Kafka Connect

2022-03-15 Thread Gururaj Maddodi
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

Isolate integrations network

2022-03-15 Thread Roberto Camelk
How can I isolate integrations network, for example, to prevent an integration A to request a rest route in the integration B ?