ksql icon indicating copy to clipboard operation
ksql copied to clipboard

Docker standalone ksqldb-server 0.30.0 release

Open xmlking opened this issue 2 years ago • 5 comments

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

xmlking avatar Nov 28 '23 19:11 xmlking

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.

swbradshaw avatar Dec 11 '23 04:12 swbradshaw

Screenshot from 2023-12-10 02-27-24

raphaelauv avatar Dec 11 '23 15:12 raphaelauv

Screenshot from 2023-12-10 02-27-24

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.

TheDarkFlame avatar Dec 19 '23 08:12 TheDarkFlame

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

raphaelauv avatar Dec 19 '23 08:12 raphaelauv

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.

mootpointer avatar Apr 08 '24 06:04 mootpointer