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

proxy: ask for router-resp in requests #48079

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Conversation

jkarneges
Copy link
Member

@jkarneges jkarneges commented Oct 4, 2024

Now that connmgr supports sending response data over ROUTER, the proxy just needs to ask for it. This should ensure response data from connmgr->proxy (proxy receiving response data from outgoing connections) won't get dropped under high load.

Note that response data from proxy->connmgr (proxy sending response data to incoming connections) still goes over PUB. We'll want to look at that separately.

Tested locally.

@jkarneges jkarneges merged commit 5050428 into main Oct 4, 2024
19 checks passed
@jkarneges jkarneges deleted the jkarneges/use-router-resp branch October 4, 2024 19:48
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.

2 participants