estebanz01 commented on issue #11457:
URL: https://github.com/apache/pulsar/issues/11457#issuecomment-1805794112

   I'm seeing a similar issue but without schema on pulsar 3.1 and JDBC 
Clickhouse sink with `pulsar-io-jdbc-clickhouse-3.1.1.nar` NAR file.
   
   Here's my config:
   ```yaml
   configs:
     userName: "default"
     password: "default"
     jdbcUrl: "jdbc:clickhouse://localhost:8123/iot"
     tableName: "pulsar_data"
     useTransactions: "false"
     nonKey: "device_name, data_content, device_properties, datetime_info, 
topicName"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to