Adding a Little DAPR to Your .NET Microservices

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

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

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

    That was a very nice and clear explanation. Thank you very much!

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

    Very nice project, very clear presentation. Thanks a lot

  • @chandrag2536
    @chandrag2536 2 ปีที่แล้ว

    Thanks. Great presentation... only worry is we are leaving everything to the runtime to decide. In your example how do I annotate dapr to use Redis instead to rabbitmq for your scenario?

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

    Absolutely fantastic! Thank you!

  • @briancoder7621
    @briancoder7621 4 ปีที่แล้ว +2

    Very well explained, Cecil. Can you share the source for learning? Thanks.

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

      github.com/dapr/docs

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

    Nice presentation ✌

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

    Hi Cecil.. nice video. Does Dapr integrate with RedHat OpenShift ?

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

    I'm still not sold on dapr. When you have a generic interface for every type of service (pubsub, store, etc) you have to use a common denominator that each underlying service can support. Which means it supports the bare minimum of each service. I would also like to see some performance reviews of overhead using dapr vs not using it (or microservices in general)
    Edit: I watched the questions at the end and @rerun_adam hit my exact question. Dapr is a highly opinionated framework, so if you want to use a custom feature of the underlying tech you are out of luck. I'll be looking elsewhere for needs in the future. Side note, it's crazy how many times Microsoft has reinvented the actor framework. Orleans, Service Fabric, Dapr. Even when there are well established players in the market like akka.net.

    • @ivcbusinesssystems6613
      @ivcbusinesssystems6613 4 ปีที่แล้ว +1

      I started out using Akka.Net and then tried Orleans, and IMO, Orleans is a lot better for what I need(virtual actors), but Akka is still good.
      MS also has Coyote which has the Actors from MS Research, which I'm looking at to use in systems not completely Actor based.
      So yes, they have a lot of actor systems. DAPR isn't clear to me yet.

  • @stefanpro4139
    @stefanpro4139 4 ปีที่แล้ว +2

    Is there a source code available for this? (Github)

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

      github.com/dapr/dapr

    • @toddbert5371
      @toddbert5371 4 ปีที่แล้ว +1

      github.com/cecilphillip/ContosoCrafts/tree/dapr

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

    Why would I ever want service invocation feature of Dapr?

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

    Love Dapr. But it cannot a little. It requires you must have Kubernetes to deploy.

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

    Can someone please provide a step by step implementation documentation for this?

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

      github.com/dapr/dapr