ksql-jdbc-driver
ksql-jdbc-driver copied to clipboard
JDBC driver for Apache Kafka
Hi, I'm happily connecting to ksql with a built/complied jar driver with a [jdbc query tool](https://www.aquafold.com/aquadatastudio). I can run creates, shows, selects, describes, etc. However, after I run anything at...
``` $ sbt clean package Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dsun.java2d.pmoffscreen=false -XX:+UseCompressedOops -XX:+DoEscapeAnalysis -XX:+AggressiveOpts -XX:+EliminateLocks -XX:+UseNUMA -XX:+TieredCompilation Getting org.scala-sbt sbt 0.13.9 ... :: problems summary :: :::: WARNINGS :::::::::::::::::::::::::::::::::::::::::::::: ::...
Hi Mario, Thank you for the new release of the driver, I am now able to connect to a KSQL instance. I am able to query metadata (SHOW STREAMS; SHOW...
Build package jar and publish to maven repository. Convenient project dependency. Thanks.
I was able to build the jar using sbt. There were many issue w.r.t class not found exception. after adding all the jars, now I am getting Exception in thread...
Is there any chance you'll implement an R2DBC driver for ksqldb?