Hi! I am looking for some help to run Airbyte loc...
# ask-community-for-troubleshooting
m
Hi! I am looking for some help to run Airbyte locally (and if possible, develop on k8s) with these changes - https://github.com/airbytehq/airbyte/pull/12876 For local development, I have been following - https://docs.airbyte.com/contributing-to-airbyte/developing-locally#run-in-dev-mode-with-docker-compose, but on the UI, when I try to setup the kafka destination connector, I see the error on the UI (and the server logs):
Copy code
2022-05-16 22:37:08 INFO i.a.w.t.TemporalAttemptExecution(get):108 - Docker volume job log path: /tmp/workspace/52acf6ef-3402-42c6-94c2-d8a05ff1e092/0/logs.log
2022-05-16 22:37:08 INFO i.a.w.t.TemporalAttemptExecution(get):113 - Executing worker wrapper. Airbyte version: dev
2022-05-16 22:37:08 INFO i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-kafka:0.1.8 exists...
2022-05-16 22:37:08 INFO i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-kafka:0.1.8 not found locally. Attempting to pull the image...
2022-05-16 22:37:11 INFO i.a.c.i.LineGobbler(voidCall):82 - Image does not exist.
2022-05-16 22:37:11 INFO i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$2):161 - Completing future exceptionally...
io.airbyte.workers.WorkerException: Error while getting checking connection.
....
I had to bump the version I had to bump the version of destination-kafka from 0.1.7 -> 0.1.8 given the change. I thought, that just changing the *`_definitions.yaml` file and running
./gradlew :airbyte-config:init:processResources
would update the
_specs.yaml
file - this failed, so I had to manually update the _specs.yaml file as well. Please do let me know if I am missing on any information. Any leads here highly appreciated 😄