clickhouse-kafka-connect
clickhouse-kafka-connect copied to clipboard
Ingress data from kafka topic into clickhouse table (JSON format)
Ingestion fails if a field name in the clickhouse table contains characters other than alphanumeric
@DmitryBe Ingestion in clickhouse fails through this connector if field name in the clickhouse schema contains characters other than alphanumeric. E.g:- CREATE TABLE sample (`Event-Name` String, `Unique-ID` String, `Event-Time` DateTime)...
I run command: `./confluent-5.1.1/bin/connect-standalone ./configuration/connect-standalone.properties ./configuration/clickhouse-sink.properties` Then, I get some errors: ``` ERROR Failed to create job for ./configuration/clickhouse-sink.properties (org.apache.kafka.connect.cli.ConnectStandalone:108) [2019-02-15 02:13:10,943] ERROR Stopping after connector error (org.apache.kafka.connect.cli.ConnectStandalone:119) java.util.concurrent.ExecutionException: org.apache.kafka.connect.errors.ConnectException:...