spring-microservices-in-action icon indicating copy to clipboard operation
spring-microservices-in-action copied to clipboard

The source code of the book "Spring Microservices in Action (John Carnell)" and the personal summary of technical essentials about Spring Boot for microservices.

Results 16 spring-microservices-in-action issues
Sort by recently updated
recently updated
newest added

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

Hi , I did not find any instructions on how to build and start the application and test the application which is deployed on localhost environment. can you please kindly...