Bryan Yang
Bryan Yang
I found this page https://docs.confluent.io/current/ksql/docs/developer-guide/api.html#post--ksql ``` POST /ksql HTTP/1.1 Accept: application/vnd.ksql.v1+json Content-Type: application/vnd.ksql.v1+json { "ksql": "CREATE STREAM pageviews_home AS SELECT * FROM pageviews_original WHERE pageid='home'; CREATE STREAM pageviews_alice AS SELECT...
@zaidyahya Hi I just test the KSQL api to the latest version of KSQL. I will work on this task again.
@harlev thanks for the reference
@agmo1993 Thank you for reporting issue. I will check the API response.
@romainr Thank you for fixing it. Good contribution!
@agmo1993 Please try if this fixes this issue. Thank you.
@KenCox94 I don't think I can migrate all CI processes to Gitlab Action in this days. So I add python3.10 on Travis CI temporary. @dgkncelik Now you can test the...
After some research, I found Github action is much better than Circle CI for this project. I'll try to migrate to Github CI.
@jurieotto The unit test of this project is complicated because I use vcrpy(https://github.com/kevin1024/vcrpy) to simulate responses from KSQL server. You can read more information about vcrpy here(https://github.com/kevin1024/vcrpy). I'm not sure...
@mungujn Thank you for reporting this problem. I will figure out how I can fixed it problem. Can you give me some example of quires you used?