bryanyang0528/ksql-python

socket.timeout() exception is being thrown when using 'use_http2=True'

Opened this issue · 4 comments

when i use 'use_http2=True' parameter in the query function, the data is retrieved and when the kafka stream stops sending data for more than 5 secs the python code throws an exception 'socket.timeout()', but when i dont use the extra parameter in the query function the query sends data and keeps waiting for data and does not throw exception

I also got this issue.

#107 might also solve this. @dgkncelik

@Harshith2396 @marcelfenerich @emrekuecuek a new release is coming very soon, please let me know if this problem persists after release.

yxw commented

Has this been solved ?