Distributed Logging & Metrics System Design | Microservices Logging | Distributed Systems in Hindi

Поділитися
Вставка
  • Опубліковано 16 лис 2024

КОМЕНТАРІ • 13

  • @siddhantchawla6997
    @siddhantchawla6997 Рік тому +1

    Great explaination. Good starting point for beginners!

  • @Abcnews18
    @Abcnews18 Рік тому

    Nice explanation, Understood the HLD.
    I have got this question in an Interview round and the interview wanted to discuss case of Kafka Broker failure.
    Interviewer later gave me hint to use SideCar Design Pattern which is a fault tolerant solution in case the Kafka Message queue goes down.

    • @MsDeepSingh
      @MsDeepSingh  Рік тому

      Elaborate more on how sidecar helps here? Did you suggest to deploy Kafka along with service container earlier?

  • @ujjalroy1442
    @ujjalroy1442 Рік тому

    Great work bro........

  • @priyankakanwar7178
    @priyankakanwar7178 2 роки тому

    Good job...Great dedication...👍👍

  • @dev-skills
    @dev-skills 2 роки тому

    Most important consideration of ensuring security and access control measures is missing.

  • @dev-skills
    @dev-skills 2 роки тому

    Push service would be more efficient for real-time monitoring.

    • @MsDeepSingh
      @MsDeepSingh  2 роки тому +1

      In general, Push service is used. A daemon running on host machine can push logs and they can collected and aggregated at Logger Service end.

  • @mdshahidali3132
    @mdshahidali3132 2 роки тому

    Sir create a system design of AWS

    • @MsDeepSingh
      @MsDeepSingh  2 роки тому

      AWS is a vast system comprising of multiple components. We can always try to pick any specific service and design it like Cloudwatch, Lambda etc