Creating a Microservice Class Architecture - CM002

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

КОМЕНТАРІ • 8

  • @altr9666
    @altr9666 8 років тому +3

    It would be great to show developers the proper way to build their applications' architecture, how to write correct unit/integration tests for different layers, maybe even some advanced stuff like smart scaling and SSO if you are using a scaled solution. Good luck!

    • @deegeu
      @deegeu  8 років тому +3

      That's kinda where I'm going with all of this, but in very small steps. The unit tests will be in the fifth video, and I'll cover integration when we get to a point where there's more than one service. The scaling will come later after we're running in the cloud, sometime after the 8th video. SSO is a great idea for both adding new service instances, and introducing users. Great ideas! Thanks!

  • @fuser2121
    @fuser2121 7 років тому +2

    Great tutorials. And that's a sick t-shirt, btw

    • @deegeu
      @deegeu  7 років тому

      Thanks! ComicCon/SciFi fuels much of my wardrobe! :)

  • @TheUmeshjoshi
    @TheUmeshjoshi 4 роки тому

    @Deege U - Does this course has just 5 videos? In one comment you mentioned that you will cover Scaling in 8th video? Were other videos ever uploaded?

  • @akhileshsingh4193
    @akhileshsingh4193 5 років тому

    What is the best way to call one microservice from another?

    • @deegeu
      @deegeu  5 років тому

      Akhilesh Singh By message. AMQP, SNS, JMS, etc.

    • @akhileshsingh4193
      @akhileshsingh4193 5 років тому

      @@deegeu I have seen people using client jars. Is it good way to call one microservice from another?