我在创建spooldir.json时遇到了一个错误,代码取自合流文档
{
"name": "CsvSpoolDir",
"config": {
"tasks.max": "1",
"connector.class": "com.github.jcustenborder.kafka.connect.spooldir.SpoolDirCsvSourceConnector",
"input.path": "/path/to/data",
"input.file.pattern": "csv-spooldir-source.csv",
"error.path": "/path/to/error",
"finished.path": "/path/to/finished",
"halt.on.error": "false",
"topic": "spooldir-testing-topic",
"csv.first.row.as.header": "true",
"schema.generation.enabled": "true"
}
}
error sh:“}”附近的分析错误
暂无答案!
目前还没有任何答案,快来回答吧!