Developing microservice applications with Dapr - Jakob Ehn - NDC Oslo 2021

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Moving to microservices architecture brings with it a lot of complexity. Things like state management, service discovery and resilient service communication becomes very important and needs to be implemented properly when building distributed systems.
    Dapr is a new portable, event-driven runtime that makes it easy for enterprise developers to build resilient microservices applications, by providing best practice implementations as building blocks that you can use in your distributed applications.
    Join me in in this session to learn about how Dapr works, which problems it solves and how to get started with it.
    Check out more of our featured speakers and talks at
    ndcconferences...
    ndcoslo.com/

Комментарии • 8

  • @nemanjazivkovic6895
    @nemanjazivkovic6895 2 года назад +8

    For the pubsub, the topic is supposed to be "ordercreated" instead of "order", this is the reason it didn't work. Nice presentation!

    • @jakobehn8256
      @jakobehn8256 2 года назад +11

      Yes, I realized that like 5 minutes after the presentation. Always hard to figure these things out on a stage :-) Thanks for watching

  • @grant_vine
    @grant_vine Год назад +1

    Your registry password is in this video, hope you have changed it since 😊

  • @nicholash8021
    @nicholash8021 2 года назад +1

    What is the purpose of service discovery? Don't we as developers need to know what's on our servers already and code against them with a lot of forethought?

    • @dandogamer
      @dandogamer 2 года назад +1

      When your container goes down due to a problem / new deployment it will receive a new IP address.

    • @jakobehn8256
      @jakobehn8256 2 года назад

      Distributed services are often scaled out/in and will be deployed on new servers with new IP addresses. The can also fail and be recreated on (potentially) new servers. Service discovery will abstract this problem away from you

  • @ronithomas1000
    @ronithomas1000 2 года назад

    Where is the location of the code repository?

    • @jakobehn8256
      @jakobehn8256 2 года назад

      The sample code is available here:
      github.com/jakobehn/daprdemopublic