Skip to content

kotlin: add simple grpc echo server/client#473

Merged
buildbreaker merged 15 commits intomasterfrom
add-simple-grpc-echo-serverclient
Oct 8, 2019
Merged

kotlin: add simple grpc echo server/client#473
buildbreaker merged 15 commits intomasterfrom
add-simple-grpc-echo-serverclient

Conversation

@buildbreaker
Copy link
Copy Markdown

@buildbreaker buildbreaker commented Sep 29, 2019

#489

Integrating https://github.com/rules-proto-grpc/rules_proto_grpc to unblock testing for our gRPC codec

Followed the instructions for integrating with java here:
https://github.com/rules-proto-grpc/rules_proto_grpc/tree/master/java

Signed-off-by: Alan Chiu achiu@lyft.com

Description: kotlin: Add simple grpc echo server/client
Risk Level: low
Testing: unit
Docs Changes: n/a
Release Notes: n/a
[Optional Fixes #Issue]
[Optional Deprecated:]

@buildbreaker buildbreaker marked this pull request as ready for review October 4, 2019 00:50
@buildbreaker buildbreaker changed the title Add simple grpc echo server/client kotlin: add simple grpc echo server/client Oct 4, 2019
shallow_since = "1561081499 -0700",
)

# gRPC java for @rules_proto_grpc
Copy link
Copy Markdown
Author

@buildbreaker buildbreaker Oct 4, 2019

Choose a reason for hiding this comment

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

This spelunking

load("//bazel:kotlin_test.bzl", "envoy_mobile_kt_test")

envoy_mobile_kt_test(
name = "darwin_grpc_codec_test",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should probably not say darwin since it's running on linux

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

oops -- I can make a change in another PR

@@ -0,0 +1,18 @@
syntax = "proto3";

package io.envoyproxy.envoymobile;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should match the folder path


package io.envoyproxy.envoymobile;

message Request {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Maybe Echo*?

rebello95
rebello95 previously approved these changes Oct 8, 2019
Alan Chiu added 15 commits October 8, 2019 13:31
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
fix
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
fix
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: Alan Chiu <achiu@lyft.com>
fix
Signed-off-by: Alan Chiu <achiu@lyft.com>
@buildbreaker buildbreaker force-pushed the add-simple-grpc-echo-serverclient branch from 8f09208 to f3ae9fd Compare October 8, 2019 21:06
@buildbreaker buildbreaker merged commit 088ce95 into master Oct 8, 2019
@buildbreaker buildbreaker deleted the add-simple-grpc-echo-serverclient branch October 8, 2019 21:44
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