Mohit Reddy
05/16/2022, 10:51 PM2022-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 😄