From 0598f53e1a16ab7731f081a77f15542192c28b07 Mon Sep 17 00:00:00 2001
From: Paul Grosu
Date: Tue, 6 Dec 2016 21:25:40 -0500
Subject: submit
---
chapter/1/gRPC.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
(limited to 'chapter')
diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md
index 96d4609..0dc78c3 100644
--- a/chapter/1/gRPC.md
+++ b/chapter/1/gRPC.md
@@ -130,10 +130,17 @@ There are benchmarks being performed on a daily basis to ensure that gRPC perfor
Figure 6: Benchmark showing the queries-per-second on two virtual machines with 32 cores each.
+Most of the public Google APIs have been ported to support gRPC and their definitions can be analyzed at the following location:
+
+
+ https://github.com/googleapis/googleapis/tree/master/google
+
+
+
3.1 gRPC Java
-The Java implementation of gRPC has been built with Mobile platform in mind and requires support of JDK 6.0 and higher. There are
+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 for data centers 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.
## References
--
cgit v1.2.3