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

Expose the execution gRPC service on the server #1070

Merged
merged 2 commits into from
Jun 19, 2019

Conversation

NicolasMahe
Copy link
Member

No description provided.

@@ -106,11 +107,13 @@ func (s *Server) register() error {
coreServiceServer := NewServiceServer(s.sdk)
instanceServer := NewInstanceServer(s.sdk)
serviceServer := service.NewServer(s.sdk)
apiServer := api.NewServer(s.sdk)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
apiServer := api.NewServer(s.sdk)
apiExecutionServer := api.NewServer(s.sdk)

the api should be api.NewExecutionServer(s.sdk) in the first place so could be good to be more explicit on the variables here otherwise it's really confusing

Copy link
Contributor

Choose a reason for hiding this comment

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

We'll change it :)

@antho1404 antho1404 merged commit 0d96468 into dev Jun 19, 2019
@antho1404 antho1404 deleted the feature/expose-execution-service branch June 19, 2019 16:56
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.

3 participants