0
votes

I'm new to Confluent and I am trying to use GCS as the sink after exporting data from Kafka. I am following this guide: https://docs.confluent.io/current/connect/kafka-connect-gcs/index.html

I get the following error when I tried to start the connector

This CLI is intended for development only, not for production
https://docs.confluent.io/current/cli/index.html

parse error: Expected separator between values at line 1, column 644
{
  "error_code": 500,
  "message": null
}

I've searched for a solution but can't seem to find one. Any help would be greatly appreciated!

1
Please edit your question to include the property file you're loading. See minimal reproducible exampleOneCricketeer
@cricket_007 It is exactly like the one in the link I have mentioned. Just that I have given the absolute path for gcs.credentials.path. Anyway I solved the issue if someone runs into it in the future. Just remove the double quotes "" assigned to confluent.license .tar_geh
Well, you'll need a license key if you want that connector to continue runningOneCricketeer
@cricket_007 AFAIK you can run the connector without a licence, it'll just require one after the 30 day trial.Robin Moffatt
@Robin Right. Hence I said "continue running"OneCricketeer

1 Answers

1
votes

if someone runs into it in the future. Just remove the double quotes "" assigned to confluent.license