Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Fix stream response #60

Closed
wants to merge 9 commits into from

Conversation

olmul
Copy link

@olmul olmul commented Jun 26, 2019

This switches to urllib.requests from requests.
Requests are made and read in line by line.
This fixes #59 as the POST method was not streaming in requests.

@romainr
Copy link
Contributor

romainr commented Oct 30, 2019

Will check with a Python3

@romainr
Copy link
Contributor

romainr commented Nov 22, 2019

I confirm that it works nicely, great patch!

One more point is that it is also fixing #57 at the same time.

@bryanyang0528
Copy link
Owner

@olmul Thanks for the contribution!
@romainr Thanks for testing!

@bryanyang0528 bryanyang0528 changed the title Fix stream response [WIP] Fix stream response Jul 23, 2020
@bryanyang0528
Copy link
Owner

Let me try if I can update unit-tests

@bryanyang0528 bryanyang0528 mentioned this pull request Jul 24, 2020
@bryanyang0528
Copy link
Owner

This issue will be resolved in #67, so I will close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KSQL Query function is timing out but working fine in cli and curl
3 participants