-
Notifications
You must be signed in to change notification settings - Fork 13
Client is able to forward notification and invocation data #32
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
Conversation
It uses a basic protobuf and mannagedchannel for receiving/sending data from/to the client
|
@ulfjack I have added a demo server that receives messages from the client. This is part of these tasks. The server and proto files are modifications of the ones provided by grpc hellloworldserver. I have added the header stating |
|
@Unnar This example will be helpful for airbnb. Can you please execute the client against the canary cluster (or your preferred one)? It would be cool if you could reproduce the executing by reading the documentation before we send it to airbnb next week. WDYT? |
Unnar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Managed to reproduce against Canary cluster following the documentation (only tested running with certificates since that is what Canary supports and is the most common use case AFAIK)
Exactly, we are able to run againts any cluster but we need certificates or tokens. Thanks for the testing! |
Co-authored-by: Unnar Freyr Erlendsson <unnar@engflow.com>
|
this one is merged and publicly available. still, would you review the |
It includes a demo sever that receives the data from the client using grpc protocol.