bryanyang0528/ksql-python

KSQL RESTful API Basic Authentication support missing

Closed this issue · 1 comments

Hi,

Our KSQL server is enabled with Basic http authentication(username:password). I don't find the relevant options while creating the client. i.e. ksql.KSQLAPI(serverIP:port)

Curl with param -u : works fine for me.

Sorry for the late reply.
#64 is merged. You can find related docs in README