gRPC Chatroom Workshop
Setup
Exercise 1 - Basics
Exercise 2 - Implement Stubs
Implement Server Stub
Write the Server main entry
Run the Server
Exercise 3 - Testing the Client
Exercise 4 - Bidirectional Streaming
Exercise 5 - Deployment to Kubernetes
Exercise 6 - Metadata and Interceptors
Exercise 7 - Context Propagation
Exercise 8 - Tracing
gRPC Chatroom Workshop
Docs
»
Exercise 2 - Implement Stubs
View page source
Exercise 2 - Implement Stubs
ΒΆ
In this exercise we will implement the stubs defined in the protobuf file
Implement Server Stub
Extend the Base Implementation
Override and Implement the Authenticate and Authorize Methods
Override Authenticate
Override Authorize
Write the Server main entry
Run the Server