Microservices with Service Fabric. Easy... or is it? - Daniel Marbach

Sdílet
Vložit
  • čas přidán 31. 07. 2024
  • Service Fabric is so simple! Just click-click-deploy and we have a stateless microservice! But what if we want to store business data? We can use reliable collections and even transactions to store data inside the cluster, but what happens when our single partition goes down? We could lose everything! Now we need to partition our data… how do we do that? And how do we integrate with other PaaS offerings like Azure Service Bus? Maybe this isn’t so easy after all.
    In this talk I'll walk you through Service Fabric Partitioning, a partition affinity model for Azure Service Bus queues and challenges you'll face with messaging patterns like request/response, publish/subscribe, process managers and other stateful entities running inside a Service Fabric Cluster.
    NDC Conferences
    ndcoslo.com
    ndcconferences.com
  • Věda a technologie

Komentáře • 4

  • @zebcode
    @zebcode Před 5 lety +1

    I thought I'd add the links shared in the video:
    docs.particular.net/tutorials/into-to-nservicebus (no longer works but gives you a list of great tutorials)
    docs.particular.net/samples/azure/azure-service-fabric-routing/
    Download the code links and code here:
    github.com/danielmarbach/Microservices.ServiceFabric

  • @zebcode
    @zebcode Před 5 lety +1

    Wow! What an engaging talk! I like the way you used a narative, having a journey really helps to memorise things. Thanks for sharing your slides and code at the end of the talk. It might be a good idea to post the links in the comments too. :)

  • @muralidhardasari9186
    @muralidhardasari9186 Před 6 lety +2

    Very interesting!

  • @zepedaherbey
    @zepedaherbey Před 5 lety +1

    Great talk but found the delivery irritating. Too many jokes were distracting.