gRPC Chatroom Workshop
Setup
Exercise 1 - Basics
Exercise 2 - Implement Stubs
Exercise 3 - Testing the Client
Testing from the Client
Run the Client
Deadlines
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 3 - Testing the Client
View page source
Exercise 3 - Testing the Client
¶
In this exercise we will test the server by implementing the stubs in the client
Testing from the Client
Implement the Init Auth Service
Implement
authenticate(…)
Run the Client
Deadlines