Results 20 issues of Wuyi Chen

Not only all services send log to splunk, also let splunk track the log of Kafka, Zookeeper, Redis

enhancement

R&D for sending tracing data into Zipkin server by other ways: - Kafka - RabbitMQ https://github.com/wuyichen24/spring-microservices-in-action/wiki/Send-Trace-to-Zipkin#setting-for-sending-trace-by-other-ways

enhancement
wiki

R&D for store trace data into other places: - MySQL database - Cassandra database - Elasticsearch https://github.com/wuyichen24/spring-microservices-in-action/wiki/Send-Trace-to-Zipkin#places-for-storing-tracing-data

enhancement
wiki

Page 168 Dynamically reload route configuration without restarting Zuul server.

enhancement

http://blog.gaurav.im/2016/12/29/system-design-facebook-tao/ https://www.usenix.org/system/files/conference/atc13/atc13-bronson.pdf https://tianpan.co/notes/49-facebook-tao

- https://tianpan.co/notes/2016-02-13-crack-the-system-design-interview - https://gist.github.com/vasanthk/485d1c25737e8e72759f - https://github.com/donnemartin/system-design-primer/tree/master#load-balancer - https://notes.shichao.io/dda/ - https://www.acodersjourney.com/database-sharding/ - https://www.nginx.com/resources/glossary/ - https://docs.microsoft.com/en-us/azure/architecture/best-practices/index-best-practices - https://tianpan.co/notes/2016-02-13-crack-the-system-design-interview (Good!!)

- How many types of platforms (computers, mobiles, tablets) need to support? - How many users need support? - Are users distributed locally, nationally, or globally? - What is the...

- Add database document with ER diagram

- Move service class from domain to service package (create a new service package). - Move entity class from domain to models package (create a new models package). - Move...