我正在使用 Windows 10,并使用 docker 容器来运行融合控制中心。我正在尝试上传可以在融合集线器上找到的预构建连接器之一:https ://www.confluent.io/product/connectors/?_ga=2.268912561.1564485000.1614024157-1461284509.1612365443
我收到以下错误:“无效的连接器类。检查连接器配置文件。”
我正在尝试使用以下 .properties 文件上传连接器
name=hdfs-sink
connector.class=io.confluent.connect.hdfs.HdfsSinkConnector
tasks.max=1
topics=test_hdfs
hdfs.url=hdfs://localhost:9000
flush.size=3