Which API Gateway is better? YARP vs Ocelot

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

КОМЕНТАРІ • 28

  • @MilanJovanovicTech
    @MilanJovanovicTech  2 дні тому +1

    Support me on Patreon to access the source code: www.patreon.com/milanjovanovic

  • @user-dc9zo7ek5j
    @user-dc9zo7ek5j 2 дні тому +3

    Used YARP, just by the documentation Ocelot seemed too complex for me. Also sticking with MS solutions is a plus.

  • @Ahmed-ui5wn
    @Ahmed-ui5wn День тому +1

    Great vid, we need a video about output caching with HybridCache ASAP 😄😄

  • @marcobaccaro
    @marcobaccaro 2 дні тому +6

    Fair video. DISCLAIMER: Kids don't re-invent the wheel. We have dozens of solid API Gateways for all flavors (cloud-based, Kubernetes-based, etc.). Focus your energy on delivering business value.

  • @dotnetMasterCSharp
    @dotnetMasterCSharp День тому

    This is useful content, please Milan, make a video about microservices authorization/authentication

  • @MrHaiphamminh88
    @MrHaiphamminh88 День тому +1

    Hi Milan, I am really enjoyed your vid, i bought also your course modular mononith, but I think your domain have issue with ssl , I could not access the course any more, Hope you can fix it soon

  • @X3noic
    @X3noic 2 дні тому

    I started with ocelot, and I think ocelot configuration more clean than yarp. But is good to know about yarp, I'll do a poc with him.

  • @heikenem
    @heikenem 2 дні тому

    I would suggest you a video of doing view composition using Yarp, because I've never seen anywhere. 😂
    Anyway, I think its pretty common in distributed system use data composition and aggregate then to the N clients consuming it. Which commonly is called as BFF's. I think it would be a good video if you do it

  • @shrinivaschakravarthy
    @shrinivaschakravarthy 2 дні тому

    Does YARP or Ocelot support configuring a WCF service as a downstream service?

    • @MilanJovanovicTech
      @MilanJovanovicTech  День тому

      I am not sure on that one, you'd have to check with the docs

  • @hassanshahid6292
    @hassanshahid6292 2 дні тому

    Just integrated ocelot for request aggrecations for my microservices.

  • @sunzhang-d9v
    @sunzhang-d9v День тому

    What is the difference between distributed and microservices?

  • @sunzhang-d9v
    @sunzhang-d9v День тому

    Is it possible to do a high concurrency test?

  • @muheerbaig3657
    @muheerbaig3657 2 дні тому +1

    How is Yarp as compared to Kong?

  • @simongeering
    @simongeering 2 дні тому

    Key consideration missing from the video is how these work, or don't, with aspire

    • @MilanJovanovicTech
      @MilanJovanovicTech  День тому

      They're libraries. You create an API and run it with Aspire. Works great.