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

Add POST request handler to table service #5915

Closed
thebitbrine opened this issue Dec 15, 2020 · 2 comments
Closed

Add POST request handler to table service #5915

thebitbrine opened this issue Dec 15, 2020 · 2 comments

Comments

@thebitbrine
Copy link

I'm working in an environment that requires getting huge distance matrixes from the table service.
The problem arises when we try to get the distance matrix of more than 750 nodes.
Adding 750 lat/lons into the URL makes it too big and we can't use standard libraries to fulfill our needs.
Currently, instead of making a typical GET request, we open a connection to the HTTP endpoint of the table service via TCP socket, and then we manually build our GET request. (Reference)

Feature request:
Add POST request handler to the table service as an accompaniment to GET request handler.

@thebitbrine thebitbrine changed the title Added POST request to table service Add POST request to table service Dec 15, 2020
@thebitbrine thebitbrine changed the title Add POST request to table service Add POST request handler to table service Dec 15, 2020
@TimMcCauley
Copy link

@jcoupey
Copy link

jcoupey commented Dec 15, 2020

Closing as duplicate of #5794 (see also closed issue linked there for pointers on possible workarounds).

@jcoupey jcoupey closed this as completed Dec 15, 2020
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