GithubHelp home page GithubHelp logo

Security CVE-2022-3509 - com.google.protobuf:protobuf-java > For camel-aws-ddb-sink-kafka-connector-3.21.0 about camel-kafka-connector HOT 3 OPEN

aonamrata avatar aonamrata commented on August 16, 2024
Security CVE-2022-3509 - com.google.protobuf:protobuf-java > For camel-aws-ddb-sink-kafka-connector-3.21.0

from camel-kafka-connector.

Comments (3)

oscerd avatar oscerd commented on August 16, 2024

Try with 4.0.3, but I don't think it will cover all the CVEs.

from camel-kafka-connector.

aonamrata avatar aonamrata commented on August 16, 2024

I initially tried 4.0.3 but i think there is some issue with that package. When i do

ENV DYNAMODB_CONNECTOR_VERSION='4.0.3'
ENV CAMEL_REPOSITORY_BASE_URL="https://repo1.maven.org/maven2/org/apache/camel/kafkaconnector"
RUN mkdir /usr/share/camel && \
    wget -O /usr/share/camel/camel-aws-ddb-sink-kafka-connector-${DYNAMODB_CONNECTOR_VERSION}-package.tar.gz ${CAMEL_REPOSITORY_BASE_URL}/camel-aws-ddb-sink-kafka-connector/${DYNAMODB_CONNECTOR_VERSION}/camel-aws-ddb-sink-kafka-connector-${DYNAMODB_CONNECTOR_VERSION}-package.tar.gz && \
    tar -C /usr/share/camel -zxvf /usr/share/camel/camel-aws-ddb-sink-kafka-connector-${DYNAMODB_CONNECTOR_VERSION}-package.tar.gz

It downloads the package in plugins path (screenshot) but on registering the connector it gives error

2024-04-18 10:35:18 Caused by: org.apache.kafka.connect.errors.ConnectException: Failed to find any class that implements Connector and which name matches org.apache.camel.kafkaconnector.awsddbsink.CamelAwsddbsinkSinkConnector, available connectors are:

even though the folder is there and the path is in

ENV CONNECT_PLUGIN_PATH='/usr/share/java,/usr/share/confluent-hub-components/,/usr/share/camel/'

image

from camel-kafka-connector.

oscerd avatar oscerd commented on August 16, 2024

I think it's something on your side. I won't have time to check this week and the next

from camel-kafka-connector.

Related Issues (20)

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.