-
Notifications
You must be signed in to change notification settings - Fork 90
Sink service client & unit tests #639
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
Sink service client & unit tests #639
Conversation
Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
@wjuan-AFK please review and assign back to me once done. |
…sink-client Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
api/sink/sink.proto
Outdated
@@ -0,0 +1,37 @@ | |||
syntax = "proto3"; | |||
|
|||
package nighthawk.sink; |
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.
In our last discussion about namespaces, we ended up on having just a single namespace for Nighthawk's future code. Do we have a good reason to introduce the new namespace here?
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.
Modified in 5c49c60
@oschaaf just one remaining question about the new namespace. |
Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
Add the proto definition for the sink service plus a client implementation and test.
Signed-off-by: Otto van der Schaaf ovanders@redhat.com