Build Clean Messaging in .NET with MassTransit

  Рет қаралды 106,155

Nick Chapsas

Nick Chapsas

Күн бұрын

Пікірлер: 161
@PhatBoyG
@PhatBoyG Жыл бұрын
Awesome video! So many details covered, including switching transports, the difference between IPublishEndpoint and IBus, ensuring contracts are in a namespace, and changing brokers - really amazing. Fantastic work, thanks for the great content!
@nickchapsas
@nickchapsas Жыл бұрын
Thank YOU for the great library Chris! So much more to cover in future videos.
@wormB1
@wormB1 Жыл бұрын
@PhatBoyG hi Chris can you post docs of the configuration to use existing queues/topics that are created upfront by let’s say DevOps crew, regardless of the transport specific implementation (or ASB to be more precise)?
@sp2502
@sp2502 Жыл бұрын
@@nickchapsas MultiBus would be good to cover.
@GavSaysPogMoThoin
@GavSaysPogMoThoin Жыл бұрын
@PhatBoyG @nickchapsas How about you both partner up for a series of videos covering MT and some of the more advanced concepts like Routing Slips and Sagas? Nick has a knack for making the complicated things simple, which I think the MT docs really need.
@GuilhermeCardoso-td8qu
@GuilhermeCardoso-td8qu Жыл бұрын
You've alreays recommend to use Interfaces instead of classes to define the messas. Does the same applies with records, like Nick used here?
@sunefred
@sunefred Жыл бұрын
Yes please, a series on Sagas. Preferably with a mix of REST, database, and maybe other integrations.
@Wfmike
@Wfmike Жыл бұрын
You are asking for a full on state machine course. Chris (MT author) has plenty of them in his channel.
@bardin08
@bardin08 Жыл бұрын
@@Wfmike perfect! Thanks for the recommendation!
@michaelnjensen
@michaelnjensen Жыл бұрын
@@Wfmike What is his channel?
@vitovondervollbart1620
@vitovondervollbart1620 Жыл бұрын
Would love to see @nickchapsas's take on these topics. Sagas, yes please! Activities and routing slips, yes please! Outbox pattern, yes please! BTW, very thorough playlists here from Chris Patterson aka @PhatBoyG right here 👉 www.youtube.com/@PhatBoyG/playlists
@Wfmike
@Wfmike Жыл бұрын
@@michaelnjensen www.youtube.com/@phatboyg
@pablocom
@pablocom Жыл бұрын
I would LOVE to see more videos about Masstransit ❤
@tonystoynev7969
@tonystoynev7969 Жыл бұрын
Hey, @Nick! It will be great if you make a video explaining the concept of Sagas! There aren’t many out there and I believe yours will be the best
@devmarkmonster
@devmarkmonster Жыл бұрын
Wow, nice work! I’ve been using MassTransit for about 5 years now and would not have thought anyone could cover so much of MassTransit in such a condensed form.
@ivandrofly
@ivandrofly 9 ай бұрын
11:59 - Very good point :) (no leaking domain model) 13:49 - Referring to the Outbox or Transactional Outbox Pattern 14:23 - Consumer project
@nickpolyderopoulos3491
@nickpolyderopoulos3491 Жыл бұрын
I wanted a video like that Nick. I am using MassTransit for the last couple of years at work and I wanted an easy way to explain it to the new developers. Now your video will help with that :)
@lyndseypaxton3697
@lyndseypaxton3697 Жыл бұрын
Great video, as usual. Would indeed love to see more details around sagas
@reniersantanderyhanes6750
@reniersantanderyhanes6750 11 ай бұрын
Thanks!
@rholdorf
@rholdorf Жыл бұрын
Yes, please do some Saga state machine content. It would be nice to have your take on that. Chris’ videos are good but I think the community will love to see you explaining things.
@DoronGrinzaig
@DoronGrinzaig Жыл бұрын
The "well documented" in the intro. Man... You gotta be kidding me! Just stumbled on this video after spending a couple of hours of reading the source code because I could not find anything useful in the docs. It's a very useful library for sure and hats off to its creator and maintainers, but it has a lot of work to do on the documentation side.
@jrqv
@jrqv Жыл бұрын
Excellent video Nick! And yes please make videos about those more advanced concepts, resilience best practices especially
@inzyster
@inzyster Жыл бұрын
I’ve been using MassTransit for a bit over 2 years now and seeing how awesome this video was I would love to see you talk about Sagas.
@user-sq7ry5vx7t
@user-sq7ry5vx7t Жыл бұрын
I was searching for exactly this video like a month ago, it would have saved me many hours of love cast and documentation dive around some core concepts. But the documentation is so nicely written that it would be a shame to not have read it. Alas, this is awesome and I hope more content is produced around MassTransit (beside Chris Patterson own content, which is awesome but if the only person talking about a library is its own creator people may be more cautious to adopt).
@MatijaHorvat-z4r
@MatijaHorvat-z4r Жыл бұрын
This guy rocks! Thank you for the great video. Loads of details, so clearly explained.
@phennexion
@phennexion Жыл бұрын
Not sure if it was intentional but you explained things well enough for dummies like me to understand the basics this time around and I appreciate that!! lol
@mediaatul
@mediaatul Жыл бұрын
Hi @Nick, i've been following you for long time, and learned lot from your videos, it helps me lot in enhancing my skills and career, do you mind creating one video series in Distributed transaction in Microservices.
@nickchapsas
@nickchapsas Жыл бұрын
Great topic! I'll add it in the list
@mediaatul
@mediaatul Жыл бұрын
@@nickchapsas Thanks Nick 😊
@robertkhou
@robertkhou Жыл бұрын
Many years ago I used MassTransit but I have since replaced it with Dapr, Dapr is great!
@claudiovalerio7253
@claudiovalerio7253 Жыл бұрын
Great video as usual! Other videos about sagas and other messaging concepts will be extremely appreciated!
@eagleinthesky9777
@eagleinthesky9777 Жыл бұрын
Thank you for the great video! MassTransit is definitely great library and we used it on some small projects, but unfortunately it did not support configuration to work without admin permissions so we could not use it for big project that required infrastructure as a code approach. It always required connection string with admin permissions and wanted to modify infrastructure, create queues, read all available queues, etc... We needed something that just works with send and receive permissions and nothing more. Maybe it is possible now, but it was not possible in previous versions.
@SlackwareNVM
@SlackwareNVM Жыл бұрын
Resilience has been a hot topic at our workplace. I'd love to see more videos on that.
@jameshancock
@jameshancock Жыл бұрын
Sagas and Resilience, yes please!
@pilotboba
@pilotboba Жыл бұрын
@Nick Lots of stuff to parse in here. A few questions. What what you showed the same if there is a single consumer or multiple consumers? If multiple, which consumer is responsible for removing the message from the queue? Also, is it a common best practice to have a single queue for message type? At our shop, it seems more common to have one queue and multiple message types go through the queue. Also, I'd love to see some explanation of when to use SNS vs SQS and when and why to use them together.
@leonardomoreno23
@leonardomoreno23 Жыл бұрын
Saga is always a hot topic. Can't wait to watch it
@YiannisMiliaresis
@YiannisMiliaresis Жыл бұрын
Μπράβο Nick, thank you for this video !
@atomicazure
@atomicazure Жыл бұрын
Thank you Nick. I learnt Masstransit from you.
@dudelkt
@dudelkt Жыл бұрын
Awesome video as always!!! I've been using MassTransit for the last couple of years and it's have been a great experience overall. I would like to learn more about Sagas too :)
@coolmn786
@coolmn786 Жыл бұрын
Love your timing. Thinking of using queues for a side project and doom! Video about it. Please do continue this series
@bardin08
@bardin08 Жыл бұрын
Awesome into to MassTransit, but we need a second (advanced) part where Sags and other advanced features of MassTransit
@GiovanniOrlandoi7
@GiovanniOrlandoi7 Жыл бұрын
Thanks for the video! Would like to learn more about Sagas and Masstransit
@BloodXlll
@BloodXlll Жыл бұрын
That would be great to learn more about the sagas!
@kirillhorn3186
@kirillhorn3186 Жыл бұрын
Yeah, definitely want a video about sagas and ither stuff!
@vasiliyfofanov2605
@vasiliyfofanov2605 Жыл бұрын
Thanks a lot for the video. Waiting for Sagas video
@nove1398
@nove1398 Жыл бұрын
Yes looking out for a video on sagas
@robertlofthouse9667
@robertlofthouse9667 Жыл бұрын
Awesome video as always Nick. A MassTransit series that covers sagas and resilience would be great, thanks very much
@steve-wright-uk
@steve-wright-uk Жыл бұрын
Great video. Would love to see more about sagas, and also about publishing a single message that get consumed by many consumers.
@denizcanaltun
@denizcanaltun Жыл бұрын
Awesome! Thanks Nick
@Chorniyko
@Chorniyko Жыл бұрын
Saga related video would be highly appreciated 😀
@orthodox-4-ever
@orthodox-4-ever Жыл бұрын
We want Sagas! 🥳
@SamFerree
@SamFerree Жыл бұрын
thoughts on Rebus? I have nothing but the highest praise for it.
@bbatchelder
@bbatchelder Жыл бұрын
Yes to Sagas and Resilience!
@michaelnjensen
@michaelnjensen Жыл бұрын
Definitely interested in more on masstransit, with sagas, statemachines, handling transactions etc, would even buy a course on it, along with many other more in-depth topics used for more complex enterprise/microservice solutions.
@dcernach
@dcernach Жыл бұрын
Great content as usual! Brig us a video about Sagas using Masstransit and RabbitMq!
@luludahora
@luludahora Жыл бұрын
Awesome content, Nick! A sagas video would be nice. Also, what do you think about showing us how to add a unit of work with mass transit? Thanks
@queenstownswords
@queenstownswords Жыл бұрын
Nick, great Video. Please give insights on how you would test this (unit and integration). Thanks!
@MXDMND_
@MXDMND_ Жыл бұрын
Hey Nick, I am intrested in the Saga video as well. Thank you 😊
@kir2154
@kir2154 Жыл бұрын
It would be perfect to know sagas concepts!
@FlippieCoetser
@FlippieCoetser Жыл бұрын
Yes, please do a video on Saga and while you are at it throw Azure Pub-Sub in the mix.
@rcamine
@rcamine Жыл бұрын
a series about contract testing would be cool
@go4fazal
@go4fazal 3 ай бұрын
you keep on saying : link in the description for the course at 14:07 ?? can you please help me here with that link for the course?
@yhabshaker9143
@yhabshaker9143 Жыл бұрын
Thank you. How can we ensure that both the data saving and message sending processes were completed successfully?
@torrvic1156
@torrvic1156 10 ай бұрын
Hello Nick! :) Great lesson indeed. Really want to see your video on SAGAS. But please slow down a bit. You are super fast and I am a bit slow 😂
@tahat4tt631
@tahat4tt631 Жыл бұрын
Hi nick, Can you please explain more about sages and activities? 15:37
@Andy01010
@Andy01010 Жыл бұрын
Yes please, make more videos 😎
@alexisfibonacci
@alexisfibonacci Жыл бұрын
Yes please! Sagas!
@rezaabolhasanzadeh6845
@rezaabolhasanzadeh6845 Жыл бұрын
Tnx Nick Please create a complete tutorial on implementing saga pattern using masstransit
@sonics5439
@sonics5439 Жыл бұрын
Hi Nick, what is your recommendation on how to address problem when DB operation succeeds but publish message operation times out or fails in general? The only option I see is to use DB transaction which would be committed after publish operation succeeds but would like to know your opinion. Thanks!
@zholinho
@zholinho Жыл бұрын
I am using database as a queue. So when I do SaveChanges() everything or nothing will be saved.
@travusb
@travusb Жыл бұрын
I've been looking at MassTransit for a while for a rewrite of our code base and would love to see a series on it.
@childeroftheatom
@childeroftheatom Жыл бұрын
I love masstransit but I prefer to use Bustr because it is an abstraction on top of it to make it simpler to scale and more organized
@yoanashih761
@yoanashih761 Жыл бұрын
Will the sqs be created automatically if we run publisher first?
@davidpiepgrass743
@davidpiepgrass743 Жыл бұрын
The RabbitMQ example suggests that the answer is no (and I don't know why).
@paulkeating9259
@paulkeating9259 Жыл бұрын
Would love to hear your take on Sagas be it on here or dometrain
@eshadow2980
@eshadow2980 Жыл бұрын
Awesome video, thank you! Can you make video for more advance feature like consuming messages in multiple instances using round-robin and how handle in case of one instance failed to process the message after consuming (retries, redelivery to next instance) ?
@lutfidwedari
@lutfidwedari Жыл бұрын
Thanks, Very Interesting, I just missed com comparison with other libraries that implement the AMQP protocol and with what queue transports it can use, I only see AmazonSQS, RabitMq and InMemory. Finally how does it handle disconnects?
@nickchapsas
@nickchapsas Жыл бұрын
There is built in resiliance which I will be showcasing in a future video. MassTransit officially supports RabbitMQ, Azure Service Bus, Amazon SQS, ActiveMQ, Kafka, In Memory and gRPC
@pavelyeremenko4640
@pavelyeremenko4640 Жыл бұрын
@@nickchapsas This is misleading. Afaik, it supports most of these as "Riders", not as primary brokers/transport. So if you wanted to completely switch from rabbit to kafka, you would probably need to drop masstransit in the process.
@PhatBoyG
@PhatBoyG Жыл бұрын
@@pavelyeremenko4640 Only Kafka and Azure Event Hub are riders (they are both streams, not queues), and they can be used with or without a broker for the bus. So you don't need to drop anything to use MassTransit with either of these event stream providers.
@pavelyeremenko4640
@pavelyeremenko4640 Жыл бұрын
@@PhatBoyG Would you mind sharing code examples of using MassTransit on top of kafka?
@yapadubpadoo
@yapadubpadoo 7 ай бұрын
Thanks for sharing
@aymaneeljahrani2280
@aymaneeljahrani2280 4 ай бұрын
What if you want to share the contracts over multiple projects ? Would maintain it as a git repo and keep it in sync over these projects ? If not what would have you done ?
@RMarjanovic
@RMarjanovic Жыл бұрын
Hey Nick and thanks for a great video. When testing out MassTransit in my own projects I'm faced with the issue that topics / endpoints get created based on the namespace name. Which means that the consumer and publisher needs to share the same namespace on the message being sent. If I don't want to create a separate class library for the messages, nor sharing the same namespace name between different projects, is there a way to configure this more granularly in the setup?
@BTimelessC
@BTimelessC Жыл бұрын
Yes there is, you can configure your own topic/queue names. For example in azure service bus you can do it like : cfg.Message(m => m.SetEntityName("topic-name"));
@Divus90
@Divus90 Жыл бұрын
As mentioned by BTimelessC, you can set both queue and subscription names (not sure how to handle that with topic) on your own.
@eagleinthesky9777
@eagleinthesky9777 Жыл бұрын
There are replies in this thread how to configure custom topic name, you can try to set subscription name as well but unfortunately it will not work if classes are in different namespaces. It looks like strict requirement of the library that namespace and class name should match. If they don't match - MassTransit will try to create queue with "_skip" suffix and will send your messages there. If you will not give it permissions to create new queues - it will just fail.
@amirhossein6674
@amirhossein6674 Жыл бұрын
Fantastic video.
@adriaarquimbaucodina7398
@adriaarquimbaucodina7398 Жыл бұрын
Nice video. What about idempotency when using a consumer that Scale-out to keep the idempotency in duplicates for example.
@june3878
@june3878 Жыл бұрын
Does MassTransit allow real-time control of the banding?
@logantcooper6
@logantcooper6 Жыл бұрын
MassTransit has a transactional outbox as well.
@julienlefevre1661
@julienlefevre1661 Жыл бұрын
Thanks for this video. What about performances of MassTransit compared to dedicated ones? :)
Жыл бұрын
Can anyone please explain why and how is Yield used in the BackgroundService?
@nickchapsas
@nickchapsas Жыл бұрын
That little gem deserves a video of its own
@pavelromashuk237
@pavelromashuk237 Жыл бұрын
Hi Nick. Thank you for the video. I am not so familiar with AWS, but with Azure. In Azure service bus there is an option to create a filters on the topic by subscription. May you know if masstransit supports it? It would be cool if you could make a video about it. Thank you.
@christpetitjean
@christpetitjean Жыл бұрын
Hello Nick, did you already looked at Dapr ? If so, what are your thoughts?
@JosephRuhundwa
@JosephRuhundwa Жыл бұрын
Super Cooooooool. Thank you very much for the video. Keep up the good work.
@Mec2005
@Mec2005 9 ай бұрын
@Nick, is it possible to use LiteDB with MassTransit?
@cordsac8107
@cordsac8107 9 ай бұрын
Please do some complete tutorial for handling notification service with MassTransit + Hangfire or Quartz.
@recaicingoz6785
@recaicingoz6785 Жыл бұрын
Hello Nick, I need to ask you an question . If I use that this type to message among our service in windows 10 operation system that Won't I need any docker images etc...
@Michdree
@Michdree Жыл бұрын
Hey Nick, great video thank you :) what still would be interesting to me is, how can we replace IMediatR with Masstransit Mediator and hook into the request pipeline to still be able to validate requests, messages etc before they reach the handler/consumer? or for doing audit, logging stuff
@SelyChangampally
@SelyChangampally Жыл бұрын
What is the benefit of this over grpc or websocket?
@FilipFranik
@FilipFranik Жыл бұрын
Just now I'm trying (and failing) to setup some end-to-end tests with MassTransit and WebApplicationFactory!
@farzadmf
@farzadmf Жыл бұрын
SUPER cool!
@martinmikhail
@martinmikhail Жыл бұрын
Nick, you are amazing and everyone thinks I'm a genius because I watch your videos. I have an app that writes to a DB however, the DB it taken down a number of times a month for maintenance. I was thinking of adding an internal que for resilience. Is that the correct answer?
@woistdasniveau8290
@woistdasniveau8290 Жыл бұрын
Is messaging now considered a good practice or not i am confused on this topic.
@codesafariDev
@codesafariDev Жыл бұрын
Hey Nick, great video - as always! I could not find a video about Hot Chocolate in your history, did you ever give it a try?
@ilanb
@ilanb Жыл бұрын
Love MassTransit! We use it extensively with RabbitMQ at work.
@NicholasVardy-d7i
@NicholasVardy-d7i Жыл бұрын
Is it possible to set this up using IFunctionsHostBuilder in an Azure function app? I don't get any compile time errors, but when I run it it breaks on the 'AddMassTransit' section with an error saying 'Method SerializeObject in type MassTransit.Serialization.SystemTextJsonMessageSerializer does not have an implementation'.
@alessandrorodiani6651
@alessandrorodiani6651 Жыл бұрын
More on MassTransit and sagass
@RudiOnRails
@RudiOnRails Жыл бұрын
So am a missing something, what is the difference between MT and Mediatr?
@camerascanfly
@camerascanfly Жыл бұрын
While MediatR is the solution for de-coupling in-process, MassTransit is the solution to loosely or tight coupling (pub/sub vs request/response) multiple services. MassTransit can also be used in-process of course while MediatR has no concept of messaging, pub/sub or even request/response. It is just a lightweight solution for slicing software vertically without introducing and/or managing the hassles of microservices… though of course you can mix both techniques…
@superpcstation
@superpcstation Жыл бұрын
Hey nick, can you talk about Task.Yield?
@tbgelectr0
@tbgelectr0 2 ай бұрын
How do I get that git(!?) icons in terminal?
@thomasgunther8249
@thomasgunther8249 Жыл бұрын
Hi Nick great video as always! I just started looking into MassTransit. I have two separate apps (no IPC) that are supposed to exchange simple messages with each other. The whole thing must work offline (so no AWS & Co.). RabbitMQ is a bit overkill. I thought of the GrpcProvider, which is also available for MassTransit. Do you think that could work? 🙂🤟👍
@aliengarden
@aliengarden Жыл бұрын
I'm having the same question. What did you end up using?
@minhgiangho1410
@minhgiangho1410 Жыл бұрын
Assuming we have RabbitMQ transit, one consumer uses MassTransit, one publisher does not use MT, or reverse, how can they communicate with each other?
@BTimelessC
@BTimelessC Жыл бұрын
Definitely want a video on sagas :P Amazing videos as always. Could mass transit add different messaging implementations (RabbitMq, Azure Service Bus, AWS) for different consumers I wonder? I think it might, something about that ConfigureEndpoints method
@lebgdu31081996
@lebgdu31081996 Жыл бұрын
Just perfect, keep teaching us more please !
@OsoreWatashi
@OsoreWatashi Жыл бұрын
Wondering about Wolverine here. It can interop with MassTransit if needed, but would you for new applications?
@adrian_franczak
@adrian_franczak Жыл бұрын
Is using queue per message Type good?
@nickchapsas
@nickchapsas Жыл бұрын
It depends on what you’re trying to do. For example SQS by default isn’t FIFO so it doesn’t matter.
@mihaimyh
@mihaimyh Жыл бұрын
Does Masstransit has behaviors, like MediatR?
@Wfmike
@Wfmike Жыл бұрын
They are called middleware in MT. You can implement the same logging/exception handling/validation behavior in a traditional vertical slice architecture but distributed.
@GavSaysPogMoThoin
@GavSaysPogMoThoin Жыл бұрын
Another request for routing slips / sagas.
@maksymkyian4920
@maksymkyian4920 Жыл бұрын
Please make a video about Sagas =)
GraphRAG: The Marriage of Knowledge Graphs and RAG: Emil Eifrem
19:15
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Audio)
2:53
RAAVA MUSIC
Рет қаралды 8 МЛН
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН
Don't throw exceptions in C#. Do this instead
18:13
Nick Chapsas
Рет қаралды 266 М.
Don't Use Polly in .NET Directly. Use this instead!
14:58
Nick Chapsas
Рет қаралды 77 М.
Getting Started With MassTransit (Beginner Friendly)
12:35
Milan Jovanović
Рет қаралды 28 М.
The Logging Everyone Should Be Using in .NET
15:34
Nick Chapsas
Рет қаралды 95 М.
The Complete Guide to Amazon SQS and Amazon SNS With MassTransit
26:59
Milan Jovanović
Рет қаралды 35 М.
Building Clean Messaging in .NET with NServiceBus
26:22
Nick Chapsas
Рет қаралды 24 М.
How To Build Loosely Coupled Microservices With MassTransit
23:01
Milan Jovanović
Рет қаралды 41 М.
Getting Started with Event Sourcing in .NET
37:07
Nick Chapsas
Рет қаралды 64 М.
The Only Cache You Should Be Using in .NET
12:22
Nick Chapsas
Рет қаралды 28 М.
What’s the Result Type Everyone Is Using in .NET?
14:47
Nick Chapsas
Рет қаралды 116 М.
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН