Giter Site home page Giter Site logo

Comments (10)

binglihub avatar binglihub commented on May 26, 2024 3

@ivanyu Now, we are changed and will fix it in next release.

from snowflake-kafka-connector.

sfc-gh-japatel avatar sfc-gh-japatel commented on May 26, 2024 1

Might be too late but here is the doc: https://docs.snowflake.com/en/user-guide/kafka-connector-install.html#download-the-kafka-connector-files
Need to install two more jars where the Kafka connector jar is present.

from snowflake-kafka-connector.

binglihub avatar binglihub commented on May 26, 2024

What is your confluent package version?

from snowflake-kafka-connector.

rmoff avatar rmoff commented on May 26, 2024

@binglihub I'm using the Docker images, tried with both 5.4.0-beta1 and 5.3.1.

from snowflake-kafka-connector.

tarys avatar tarys commented on May 26, 2024

I do have same problem.

from snowflake-kafka-connector.

ivanyu avatar ivanyu commented on May 26, 2024

I made a PR regarding this, but wont-fix #51

from snowflake-kafka-connector.

binglihub avatar binglihub commented on May 26, 2024

6761699

from snowflake-kafka-connector.

rmoff avatar rmoff commented on May 26, 2024

thanks @binglihub - do you know when the new release will be on Confluent Hub?

from snowflake-kafka-connector.

sunilkhaire82 avatar sunilkhaire82 commented on May 26, 2024

I am facing the same issue. Is there any fix available yet ?

from snowflake-kafka-connector.

Real-dev-byte avatar Real-dev-byte commented on May 26, 2024

@sfc-gh-japatel @sfc-gh-azagrebin @rmoff Please check my Dockerfile. Am i downloading the bouncy jars in right path? Please check this. Because I was getting the same error as above

FROM confluentinc/cp-kafka-connect:5.3.1

Create plugin directory

RUN mkdir -p /usr/share/java/plugins
RUN mkdir -p /usr/share/java/kafka-connect-jdbc

Add Snowflake connector5 jar

RUN curl -sSL "https://repo1.maven.org/maven2/com/snowflake/snowflake-kafka-connector/0.5.0/snowflake-kafka-connector-0.5.0.jar" -o /usr/share/java/plugins/snowflake-kafka-connector-0.5.0.jar

Add Snowflake JDBC connector jar

RUN curl -sSL "https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/3.9.2/snowflake-jdbc-3.9.2.jar" -o /usr/share/java/kafka-connect-jdbc/snowflake-jdbc-connector-3.9.2.jar

Install the below jars

RUN curl -sSL "https://repo1.maven.org/maven2/org/bouncycastle/bc-fips/1.0.1/bc-fips-1.0.1.jar" -o /usr/share/java/plugins/bc-fips-1.0.1.jar
RUN curl -sSL "https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-fips/1.0.3/bcpkix-fips-1.0.3.jar" -o /usr/share/java/plugins/bcpkix-fips-1.0.3.jar

copy the properties file

COPY datagen-users.json /tmp/

COPY snowflake-connector-kafkapoc.json /tmp

datagen config

ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components"
RUN confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:0.1.0

from snowflake-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.