Hi , I made a PR for Kafka Connector, Adding SCRAM...
# connector-development
n
Hi , I made a PR for Kafka Connector, Adding SCRAM-SHA-512 auth. https://github.com/airbytehq/airbyte/pull/10186 But it is not tested. So, How can i test my changes. What I tried? In docker-compose.yml file there are multiple airbyte images used. So, I tried building the airbyte-bootloader image. It gave error
airbyte-bootloader.tar not found
. How can i make airbyte-bootloader.tar. How to make other dependencies(tar files) for airbyte images used in docker-compose.yml.
h
You can build kafka source
./gradlew :airbyte-integrations:connectors:source-kafka:build
And then use it as a custom connector and test it
n
@Harshith (Airbyte) Which version of java to use to build airbyte package. ?and it is openjdk or oracle java ?