Microservices Challenges - Exception Tracking | What is Centralized Logging ? Java | Spring Boot

preview_player
Показать описание
In this video, We will discuss about one of the challenges in Microservices design architecture. It is one of the frequently asked microservices interview questions.

As in microservices, the request goes through several servers, tracking an exception using server logs will be difficult. Well, How many server logs you can open ? It is going to be a tedious job. isn't it ?

Another challenge is, tracking a specific request. Let's say if you get a ticket like "a specific request with a specific condition is failing". Isn't it going to be difficult to track a specific request ? There will be many requests continuously hitting the server. How you will you be tracking a specific one ?

No worries, We can follow a centralized Logging architecture to fix this. It is a design, we can follow to avoid one of the serious Microservices Challenges.

If you are a java developer, who is working with a Spring , Spring Boot setup and using Spring Cloud, you can use ELK/ Kibana / Splunk for centralized logging. The sleuth/ Micrometer project can help you to generate a tracking / tracing id as discussed on this video.

Happy Coding !!

#microservices #java #springboot #microservicestutorial #youtubeshorts

For More free/paid courses visit

LINKS AND FREE LEARNING RESOURCES
========
Watch my new mock interview series for java developers

Watch Spring boot Hot topics

Java Interview / Question and Answer series

Explain spring Bean Lifecycle

spring core

spring mvc

spring mvc intermediate

Spring JDBC

spring live project

SPRING SECURITY COURSE[NEW]

For more courses visit

Any time you are getting stuck with issues, Feel free to ask for support.

you can ping me on my Facebook page

Make sure to join my private Facebook page (Ask me here)
“SeleniumExpress - Support"

you can ask for support in my website forum

Subscribe to my youtube channel

Follow me on Insta
Рекомендации по теме
Комментарии
Автор

These short videos will be really helpful for us to revise the learnt concepts, Thanks.❤❤

imdadabro
Автор

@Abhilash sir->i am watching your microservice series, i am facing issue while i am registering any service to eureka client--please help me if possible

Mobashir-odfo