Kindly Like, Star and Fork my Repository
GitHub Link: https://github.com/sumithpuri/skp-msa-ri-obelix
Obelix - Microservices Infrastructure Components
► Messaging – RabbitMQ
► Config Server – Spring Cloud
► Config Server Refresh – Spring Cloud Bus Refresh
► API Gateway – Spring Cloud
► Circuit Breaker – Netflix Hystrix
► Circuit Breaker Dashboard – Spring Cloud Turbine
► Circuit Breaker Dashboard – Netflix Hystrix
► Web Services Client – SpringCloud Feign
► Client Side Load Balancer – Ribbon
► Discovery Server – Netflix Eureka
Obelix - Microservices Demo/Test Bed (Microservices)
► Demo Service - Inventory Service
► Demo Service - Inventory Service Client
► Demo Service - SaleOrder Service
► Demo Service - SaleOrder Service Client
STEPS TO DEMO OBELIX –
REFERENCE IMPLEMENTATION
[Options to Shutdown a Spring Boot Application in Eclipse/Windows]
W. Simply Use the Red
or Stop Button in Eclipse (May Lead to Unclean Shutdown)
X. To Kill Sys Tasks
- taskkill /F /PID ?????
Y. TCP View --
https://www.rebrand.ly/tcpview
Z. Enable Spring Boot
Shutdown Hook /shutdown
[ Steps of Config Server Repository - Local ]
£. Create a Local
GitHub Repo in Eclipse
£. Add .properties
File as per Pattern > [service-name]-[profile].properties
£. Commit the Files
to the Local Repo In [Eclipse]
[Steps to Start
all Infrastructural Services]
0. rabbitmq-plugins
enable rabbitmq_management
0. rabbitmq-server
-detached (to start server)
1. Start the RabbitMQ
Server on Port 15672
2. Start the
[Discovery Server] Port 8761
3. Start the [Config
Server] on Port 8888
4. Start the [Circuit
Breaker]: Port 8081
5. Start the [ API
Gateway ] on Port 8087
[Demo Services –
Inventory Service and SaleOrder Service ]
A' Start the Obelix
Demo Service 1 Port 8082 - Inventory Service Instance 1
A" Start the
Obelix Demo Service 1 Port 8083 - Inventory Service Instance 1
B. Start the Obelix
Demo Service 2 Port 8084 - SaleOrder Service
C. Demo Load Balanced
Client Access to Hosted Service 1 Port 8085
D. Demo Single Node Client
Access to Hosted Service 2 : Port 8086
- Pains of Monolithic Architecture
- Needs and Motivations for Microservices
- Moving from Monolithic to Microservices
- DevOps, Planning, Testing, Agile in MSA
- Failurs, Pitfalls & Disadvantage of [MSA]