Docker standalone ksqldb-server 0.30.0 release
Wonder when Docker standalone ksqldb-server 0.30.0 version will be released?
last published version found is 0.29.0
https://hub.docker.com/r/confluentinc/ksqldb-server
I'm also wondering this as well. I would like to use the run-ksql-test which does not appear to work in the 0.29 release.
I've pulled latest (which resolves to 7.5.2) of both cp-ksqldb-cli and cp-ksqldb-server and can confirm that the run-ksql-test script does not exist in this image. It looks like the only part of 0.30.0 that was pushed was the documentation.
yeah this project is not well maintained by confluent ( they are mostly promoting flinkSQL , which makes sense )
My previous post was about showing how inconsistent is the documentation of confluent and this repo ( search for my previous issues ) so no need to dislike it
I ran into the same issue, but it turns out that run-ksql-test is just a shell script. https://github.com/confluentinc/ksql/blob/891a6e65724a03f1eb59a2ad58037a6b42df7896/bin/run-ksql-test
I'm working on mounting a similar version in the container for fun and profit.
