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

gunicorn_thrift with http query #72

Open
sureshgv opened this issue Apr 7, 2020 · 3 comments
Open

gunicorn_thrift with http query #72

sureshgv opened this issue Apr 7, 2020 · 3 comments

Comments

@sureshgv
Copy link

sureshgv commented Apr 7, 2020

Hello,

I was trying to bringup gunicorn_thrift with http instead of roc to make it work under heroku load balancers.

I am facing issues when pushed gunicorn_thrift with rpc.
How can I change that to http?

Right now, I am bringing up app with

app = TProcessor(thrift_service,thrift_service_handler)
@ethe
Copy link
Member

ethe commented Apr 8, 2020

Hi, unfortunately, gunicorn_thrift only supports TBufferedTransport, so there is no way to use the HTTP transport in the current.

@sureshgv
Copy link
Author

sureshgv commented Apr 8, 2020

What is the transport required for HTTP?

@aawilson
Copy link
Contributor

aawilson commented Apr 8, 2020

In this context, HTTP is the transport. See here.

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

No branches or pull requests

3 participants