Mario Molina
Mario Molina
Hi. Try with JDK8, please
Yes, that's one of the new things I want to include in the next release ;-)
Hi. Sure! PR are very welcome! (to ``develop`` branch pls).
Hi. Can you check the Java and SBT version you have installed? It should be JDK8 and SBT 1.3.6.
Hi. Is the classpath properly set? I mean, all dependencies the driver has are included?
When you build the project with ``sbt clean assembly`` all deps are in the fat jar.
This driver was born in a very early stage of KSQL, providing another way to consume messages from Kafka via KSQL. The idea is still maintain the integration with KSQL...
Hi. The classpath is properly set with the driver and its dependencies? Which JDK are you using?
Great @joefromct All spec in JDBC isn't implemented. That's why. Probably, in future versions we'll have more support to the spec.
Can you try it with the new version?