GithubHelp home page GithubHelp logo

Comments (5)

Matesanz avatar Matesanz commented on June 10, 2024 2

Just for the record: to anyone willing to build this connector under Docker here is the dockerfile:

# Download connector
FROM alpine/git as GIT_STAGE
RUN git clone https://github.com/Matesanz/kafka-connect-rabbitmq.git /kafka-connect-rabbitmq
RUN cat /kafka-connect-rabbitmq/pom.xml

# Build Connector
FROM maven:3.5 as BUILD_STAGE
COPY --from=GIT_STAGE /kafka-connect-rabbitmq /kafka-connect-rabbitmq
RUN cd /kafka-connect-rabbitmq && mvn clean install

# Copy connector binaries into plugins path
FROM confluentinc/cp-kafka-connect-base
COPY --from=BUILD_STAGE /kafka-connect-rabbitmq/target/kafka-connect-target/usr/share/kafka-connect/kafka-connect-rabbitmq /usr/share/java/kafka-connect-rabbitmq

from kafka-connect-rabbitmq.

Matesanz avatar Matesanz commented on June 10, 2024

Also happening with original repo: https://github.com/jonahharris/kafka-connect-rabbitmq

from kafka-connect-rabbitmq.

Matesanz avatar Matesanz commented on June 10, 2024

It looks like its related to the maven version being used:

With 3.8 a security fix that blocks unknown repos has been added

I'm trying different versions, I'll let you know. 😄

from kafka-connect-rabbitmq.

Matesanz avatar Matesanz commented on June 10, 2024

Looks like it's not related to the security fix but a shutdown of the original bintray repositories used in this project. I'm still digging into the solution.

from kafka-connect-rabbitmq.

cobolbaby avatar cobolbaby commented on June 10, 2024

LGTM.

Thank you for discovering and solving this problem. I believe it will benefit someone.

from kafka-connect-rabbitmq.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.