14 Making a call to the Ratings API - Spring Boot Microservices Level 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 10

  • @carbone14logicielsfunerair75
    @carbone14logicielsfunerair75 5 ปีที่แล้ว +8

    Thank you sire, How to manage Spring security in microservices?

  • @amitkumar7566
    @amitkumar7566 3 ปีที่แล้ว +4

    Could you please help how can we maintain “transaction” where multiple microservices are communicating to each other?
    What if one of them fails during the transaction? How to roll back the persisted data or transaction in other microservices?
    Could you please make tutorial on Saga (Orchestration/Choreography pattern)? It will be of great help.
    I search a lot for such kind of online tutorials but it’s not available anywhere over internet.

  • @sahajjaiswal1074
    @sahajjaiswal1074 5 ปีที่แล้ว +4

    Sir, you are the best..

  • @illustrationsbyrajaram9474
    @illustrationsbyrajaram9474 3 ปีที่แล้ว

    Sir , How do you run many microservices together in single command

  • @achutanandapanigrahi3653
    @achutanandapanigrahi3653 3 ปีที่แล้ว +1

    github link for latest codes pease

  • @sumanto_pal
    @sumanto_pal 3 ปีที่แล้ว

    liked the way you ended the video in suspense

  • @bhanuprakash6562
    @bhanuprakash6562 4 ปีที่แล้ว

    how to consume a paginated rest api ?

    • @balachanderharivarsha9757
      @balachanderharivarsha9757 4 ปีที่แล้ว

      If we have all the microservices with all entities, how will we create tables? Any class annotated with @Entity will create a table right?. So if we replicate the entity class in all the services many tables would get created right?

    • @balachanderharivarsha9757
      @balachanderharivarsha9757 4 ปีที่แล้ว

      How to do mappings in a microservice? One entity might be dependent on another entity, how to achieve this

    • @sumitchhonker6518
      @sumitchhonker6518 3 ปีที่แล้ว

      @@balachanderharivarsha9757 Dont use entity in consumer service, use them as
      pojo. Anyway, you've to store data from any one microservice