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!