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

feat(kuma-cp) support HTTP/2 and gRPC on outbound #958

Merged
merged 1 commit into from
Aug 12, 2020

Conversation

jakubdyszkiewicz
Copy link
Contributor

Add support for HTTP/2 and gRPC on outbound proxy generator.

Fix #949

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@jakubdyszkiewicz jakubdyszkiewicz requested a review from a team as a code owner August 10, 2020 10:41
Configure(envoy_listeners.Tracing(proxy.TracingBackend)).
Configure(envoy_listeners.HttpAccessLog(meshName, envoy_listeners.TrafficDirectionOutbound, sourceService, serviceName, proxy.Logs[serviceName], proxy)).
Configure(envoy_listeners.HttpOutboundRoute(envoy_names.GetOutboundRouteName(serviceName))).
Configure(envoy_listeners.GrpcStats())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting, is this line the only difference?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@jakubdyszkiewicz jakubdyszkiewicz merged commit 18a68ad into master Aug 12, 2020
@jakubdyszkiewicz jakubdyszkiewicz deleted the feat/http-grpc-on-outbound branch August 12, 2020 12:52
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.

outbound proxy defaults to tcp with http2 protocol (dataplane)
2 participants