Results 38 comments of Mario Molina

Hi @jrevillard. Thanks for the suggestion. I'll take it into account for the next release ;-)

Hi! You can set the property ``file_reader.json.record_per_line`` to configure this. All config options are in the documentation [here](https://kafka-connect-fs.readthedocs.io/en/develop/config_options.html#json).

Hi. In the [usage section](https://github.com/mmolimar/ksql-jdbc-driver/blob/master/README.md#usage) in the README file you can see some notes in this sense, and then use it as whichever JDBC driver. Also [here](https://docs.oracle.com/javase/tutorial/jdbc/basics/connecting.html) you have more...

Try putting after the query a ``EMIT CHANGES LIMIT ``.

Which version of KSQL are you using? Try removing ``EMIT CHANGES``.

Yes, that feature is not supported yet in the driver and the ``getType`` method is called when iterating the result set with Groovy. You can iterate this result set in...

I guess your KSQL version is not the same like the version which is linked to the driver.

If you don't know your KSQL server version, you can use the health check endpoint to query it.

You can see that [here](https://github.com/mmolimar/ksql-jdbc-driver/blob/master/build.sbt#L3).

Which Java version are you using?