From the course: Building Java Microservices with gRPC

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Building gRPC microservices in Java: Advanced concepts

Building gRPC microservices in Java: Advanced concepts

From the course: Building Java Microservices with gRPC

Start my 1-month free trial

Building gRPC microservices in Java: Advanced concepts

- [Ketkee] Now that we have learned the fundamental building blocks of the gRPC framework, here are a few things that you could explore next. You can try implementing asynchronous streaming calls instead of the blocking Unity RPC calls that we implemented in this course. You can also try to explore at once features like authentication and error handling that come enpackaged with the gRPC framework. Additionally, when we created a channel, we did it using the plain text, which means it was not a secure channel. You can explore, or you can learn how to create a secure channel for your services.

Contents