Confluent Kafka GCS(Google Cloud Storage)连接器在加载属性文件时出现解析错误
Confluent Kafka GCS(Google Cloud Storage) Connector giving a parse error on loading the properties file
我是 Confluent 的新手,我在从 Kafka 导出数据后尝试使用 GCS 作为接收器。我正在遵循本指南:https://docs.confluent.io/current/connect/kafka-connect-gcs/index.html
当我尝试 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
}
我已经搜索了解决方案,但似乎找不到。任何帮助将不胜感激!
if someone runs into it in the future. Just remove the double quotes "" assigned to confluent.license
我是 Confluent 的新手,我在从 Kafka 导出数据后尝试使用 GCS 作为接收器。我正在遵循本指南:https://docs.confluent.io/current/connect/kafka-connect-gcs/index.html
当我尝试 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
}
我已经搜索了解决方案,但似乎找不到。任何帮助将不胜感激!
if someone runs into it in the future. Just remove the double quotes "" assigned to confluent.license