Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix kafka connector value #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

goromlagche
Copy link

  1. make the changes required
  2. install jdk 21
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install java # by default it install 21 for me
sdk current # verify
java --version # verify
  1. python 3.10
pyenv install 3.10
pyenv init
pyenv shell 3.10
  1. build docker container
./gradlew :airbyte-integrations:connectors:source-kafka:buildConnectorImage
  1. verify docker build
    image
  2. change the tag
 docker tag  airbyte/source-kafka:dev goromlagche/airbyte-kafka:0.2.4.1
  1. upload to dockerhub
docker push goromlagche/airbyte-kafka:0.2.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant