"Spring Cloud, Nginx High Concurrency Core Programming" Reading Notes [TBC]

background

This year's second book, I finished reading " Microservice Architecture Design Patterns" in January and February, and I have a complete understanding of microservices as a whole. The second plan is to look at the specific microservice framework, which is also the SpringCloud currently in use. I hope to make progress, slow is fast, and make a little progress every day.

[After reading for two days, this book seems a bit watery, friends who haven't read it can stop reading it...

Chapter 1 Learning Preparation for Spring Cloud + Nginx High Concurrency Core Programming

1.1 Main components of Spring Cloud + Nginx architecture

1.2 Version selection of Spring Cloud and SpringBoot

1.3 Middleware involved in Spring Cloud microservice development

  • ZooKeeper
  • Redis
  • Eureka
  • Spring Cloud Config
  • Zuul
  • Nginx/OpenResty

1.4 Spring Cloud microservice development and self-verification environment

1.4.1 System options and environment variable configuration for development and self-verification environment

  • Linux environment
  • Use environment variables to configure middleware related information, such as ip, port, account, etc.

1.4.2 Use the Fiddler tool to capture and view packets

1.5 carzy-springcloud microservice development scaffolding

1.6 Take spike as a practical case of Spring Cloud + Nginx

Chapter 2 Getting Started with Spring Cloud

 

Chapter 3 Core Principles of Spring Cloud RPC Remote Calling

 

Chapter 4 RxJava Reactive Programming Framework

 

Chapter 5 Principles of Hystrix RPC Protection

 

Chapter 6 Microservice Gateway and User Identification

 

Chapter 7 Nginx/OpenResty Detailed Explanation

 

Chapter 8 Nginx Lua Programming

 

Chapter 9 Current Limiting Principle and Actual Combat

 

Chapter 10 Spring Cloud + Nginx seckill actual combat

 

 

 

 

Guess you like

Origin blog.csdn.net/yxz8102/article/details/113988368