Spring Cloud MicroService practice dealing with high concurrency situations
tech stacks: Zookeeper, Redis, MySQL, ElasticSearch, RocketMQ, Spring Cloud(Eureka,Hystrix,Zuul), Nginx
The main idea is to use redis to record how many item is available, and use RocketMQ to deal with the high cocurrent requests in acceptable rate.