Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Real World Migration from HTTP to gRPC in Ruby
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Our products are built with 100+ microservices
- 3 Latency caused by using HTTP/1.1
- 4 1. Preparation 2. Migration
- 5 Without a monorepo, we have to share the same proto files across the multiple repositories
- 6 How should we share proto files?
- 7 apis: a central repository for schema management
- 8 Application monitoring is required in production
- 9 Need to create a productive development environment for gRPC
- 10 Use a common utility library named "servicex"
- 11 Pb: utility for using Protocol Buffers
- 12 RAILS Use gRPC combined with parts of Ruby on Rails
- 13 Average Latency decreased
- 14 Summary 1. Why RPC