Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Try to use HTTP pipelining while communicating with the backend REST API #260

Closed
jelkosz opened this issue Mar 27, 2017 · 1 comment
Closed

Comments

@jelkosz
Copy link
Contributor

jelkosz commented Mar 27, 2017

No description provided.

@atiratree
Copy link

We would have to change the implementation of our REST Client (org.springframework.web.client.RestTemplate) to support this, because it doesn't seem to implement pipelining.

I looked at OkHtttp and other popular clients and they also don't seem to implement it (square/okhttp#1893).

One possibility is to use netty or something built on it (https://github.com/typesafehub/netty-http-pipelining).

@jelkosz jelkosz closed this as completed Nov 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants