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)