bryanyang0528/ksql-python

add debug mode for sql query

bryanyang0528 opened this issue · 3 comments

add debug mode for sql query

What do you mean by this @bryanyang0528 ?
Does it mean an Interactive mode?
Like type a query and get the O/P? and type another one? I can maybe work on this too

In the current version, there hasn't any logging mechanism. It filtered all raw messages from the KSQL server and can't be seen by users or developers, so it's really hard to debug or test. I'm used to using logging to manage logs, and it should be first priority for me in this phase.

BTW, KSQL released their official API docs: https://docs.confluent.io/current/ksql/docs/api.html It's helpful for our further plan