From 0125b8bba4eea09ec018db6dfcb529ac71e1f6e2 Mon Sep 17 00:00:00 2001
From: Paul Grosu
Date: Tue, 6 Dec 2016 21:47:59 -0500
Subject: submit
---
chapter/1/gRPC.md | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
(limited to 'chapter')
diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md
index 0063958..5c13c98 100644
--- a/chapter/1/gRPC.md
+++ b/chapter/1/gRPC.md
@@ -116,13 +116,6 @@ gRPC was built on top of HTTP/2, and we will cover the specifics of gRPC-Java, b
Figure 5: gRPC allows for asynchronous language-agnostic message passing via Protocol Buffers.
-The officially supported languages are listed in Table 2 {% cite gRPC-Languages %}.
-
-
- 
- Table 2: Officially supported languages by gRPC.
-
-
There are benchmarks being performed on a daily basis to ensure that gRPC performs optimally under high-throughput conditions as illustrated in Figure 6 {% cite gRPC-Benchmark %}.
@@ -137,6 +130,16 @@ Most of the public Google APIs - including the Speech API, Vision API, Bigtable,
Figure 7: The public Google APIs have been updated for gRPC, and be found at https://github.com/googleapis/googleapis/tree/master/google
+
+3.1 Supported Languages
+
+The officially supported languages are listed in Table 2 {% cite gRPC-Languages %}.
+
+
+ 
+ Table 2: Officially supported languages by gRPC.
+
+
3.2 Authentication
There are two methods of authentication that are available in gRPC:
@@ -146,6 +149,8 @@ There are two methods of authentication that are available in gRPC:
gRPC is flexible in that once can implement their custom authentication if that is preferred.
+
+
3.3 gRPC Java
The Java implementation of gRPC been built with Mobile platform in mind and to provide that capability it requires JDK 6.0 to be supported. Though the core of gRPC is built with data centers in mind - specifically to support C/C++ for the Linux platform - the Java and Go implementations are two very reliable platform to experiment the microservice ecosystem implementations.
--
cgit v1.2.3