bryanyang0528 / ksql-python

A python wrapper for the KSQL REST API.
MIT License
159 stars 67 forks source link

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

Open Harshith2396 opened 3 years ago

Harshith2396 commented 3 years ago

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

marcelfenerich commented 2 years ago

I also got this issue.

emrekuecuek commented 2 years ago

107 might also solve this. @dgkncelik

KenCox94 commented 2 years ago

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

yxw commented 1 year ago

Has this been solved ?