Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
88d7473d
Commit
88d7473d
authored
10 years ago
by
Mugur Marculescu
Browse files
Options
Downloads
Plain Diff
Merge pull request #3 from jayantkolhe/jayantkolhe-patch-1
Jayantkolhe patch 1
parents
433cd8a4
b6b9eefb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Step_0.md
+1
-1
1 addition, 1 deletion
Step_0.md
Step_1.md
+1
-1
1 addition, 1 deletion
Step_1.md
Step_2.md
+1
-1
1 addition, 1 deletion
Step_2.md
with
3 additions
and
3 deletions
Step_0.md
+
1
−
1
View file @
88d7473d
...
@@ -37,5 +37,5 @@ The service stanza of the message is an example of protobuf service IDL
...
@@ -37,5 +37,5 @@ The service stanza of the message is an example of protobuf service IDL
receives a request containing a name and returns a response containing a
receives a request containing a name and returns a response containing a
message.
message.
Next, in
[
Step
-
1
](
Step
-
1.md
)
, we'll use protoc to generate client code from
Next, in
[
Step
-
1
](
Step
_
1.md
)
, we'll use protoc to generate client code from
this IDL.
this IDL.
This diff is collapsed.
Click to expand it.
Step_1.md
+
1
−
1
View file @
88d7473d
...
@@ -29,5 +29,5 @@ $ protoc -I . helloworld.proto --plugin=protoc-gen-grpc=external/grpc_java/bins/
...
@@ -29,5 +29,5 @@ $ protoc -I . helloworld.proto --plugin=protoc-gen-grpc=external/grpc_java/bins/
--java_out=src/main/java
--java_out=src/main/java
```
```
Next, in
[
Step
-
2
](
Step
-
2.md
)
, we'll use the generated Stub implementation to
Next, in
[
Step
-
2
](
Step
_
2.md
)
, we'll use the generated Stub implementation to
write a client that uses the generated code to make a call to a service.
write a client that uses the generated code to make a call to a service.
This diff is collapsed.
Click to expand it.
Step_2.md
+
1
−
1
View file @
88d7473d
...
@@ -72,7 +72,7 @@ $ mvn package
...
@@ -72,7 +72,7 @@ $ mvn package
```
```
It can also be run, but doing so now would end up a with a failure as there is
It can also be run, but doing so now would end up a with a failure as there is
no server available yet. The
[
next step
](
Step
-
3.md
)
, describes how to
no server available yet. The
[
next step
](
Step
_
3.md
)
, describes how to
implement, build and run a server that supports the service description.
implement, build and run a server that supports the service description.
## Notes
## Notes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment