Open Hubbitus opened 4 years ago
I guess your KSQL version is not the same like the version which is linked to the driver.
How I could check it?
If you don't know your KSQL server version, you can use the health check endpoint to query it.
And what version is linked to your released driver?
Do you plan to update it to match 7.7.1 kSQL?
Now I have 7.5.3 really, but would like to update.
I've continue try (https://github.com/mmolimar/ksql-jdbc-driver/issues/29) using that driver and on query:
got error:
SQL Error: Error parsing query 'CREATE TABLE proposals_table (id STRING PRIMARY KEY) WITH (kafka_topic = 'datahub.epm_staf.qa20.v1.m_proposals', value_format='AVRO');': line 1:41: mismatched input 'PRIMARY' expecting {',', ')'}
Stacktrace:
On ksqlDB cli it works pretty well: