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

plain-http-upstream is configured with external 3scale backend #1495

Merged
merged 3 commits into from
Sep 19, 2024

Conversation

eguzki
Copy link
Member

@eguzki eguzki commented Sep 13, 2024

What

plain-http-upstream is configured with external 3scale backend. Useful to inspect traffic (and connection setup/teardown) between apicast and backend.

Changed from kennethreitz/httpbin echo api to quay.io/kuadrant/authorino-examples:talker-api because the former one was closing connections after each request. Maybe it was a HTTP/1.0 server?? IDK. I did not dig into it. But the new echo-api keeps the connection open (by default) waiting for more requests (until idle timeout expires).

@eguzki eguzki requested a review from a team as a code owner September 13, 2024 13:07
@eguzki eguzki requested a review from tkan145 September 13, 2024 13:28
@eguzki eguzki force-pushed the dev-environment-with-backend branch from 1498372 to af4a681 Compare September 19, 2024 10:13
@eguzki eguzki merged commit 5fd93e1 into master Sep 19, 2024
15 checks passed
@eguzki eguzki deleted the dev-environment-with-backend branch September 19, 2024 12:22
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