Request Response Messaging Pattern with MassTransit

Request Response Messaging Pattern with MassTransit

Milan Jovanović

9 месяцев назад

14,248 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@hanoguzakpinar
@hanoguzakpinar - 11.01.2024 20:08

is there any way to use exchange names for publisher?

Ответить
@rezvlt9285
@rezvlt9285 - 04.11.2023 16:31

You always make the videos I most need. Thank you !

Ответить
@coderider3022
@coderider3022 - 30.10.2023 18:02

How does it correlate response properly , doesn’t seem to enable sessions on a queue?

Ответить
@nomad191
@nomad191 - 16.10.2023 22:07

Great Video. Where can I download the source code for this?

Ответить
@muhammadtariq8323
@muhammadtariq8323 - 10.10.2023 08:42

I requested you that make a video on .NET Core, static file response compression. Pre-Compress (br / gzip) or run time by .NET Core or IIS. Which are best and how to implement

Ответить
@user-xm7sh3vw8o
@user-xm7sh3vw8o - 08.10.2023 07:41

MassTransit+RabbitMq ,The consumer fails and can be put into the standby queue. What needs to be done?

Ответить
@KenzoArts
@KenzoArts - 07.10.2023 18:31

Hello Milan,
Would you please consider making a course about Microservices?
I love so much your videos !

Ответить
@srik790
@srik790 - 07.10.2023 16:11

But I guess the UI composition technique is better in this scenario.

Ответить
@techpc5453
@techpc5453 - 07.10.2023 14:50

Ответить
@renatogomes3457
@renatogomes3457 - 06.10.2023 22:40

Hi Milan, awesome content as always! Is it a good practice to completely remove the use of MediatR and switch to Request/Response with MassTransit (InMemory, perhaps)? I'm a bit confused, but don't both serve the same purpose? Could you please provide some insights on this? Thank you very much.

Ответить
@mohamedalaa8212
@mohamedalaa8212 - 06.10.2023 21:26

great video! How about making your next one on Circuit Breakers or Bulkhead pattern or more on MassTransit ? I'm sure it would be awesome

Ответить
@marcowillimann5534
@marcowillimann5534 - 06.10.2023 20:56

Is there a particular reason why you declare records with getter and setter instead e.g. just declare the GetArticleViwesRequest as public record GetArticleViewsRecord(Guid Id);?
This would save you some lines of code..

Ответить
@guilhermebley4001
@guilhermebley4001 - 06.10.2023 20:07

Great video.

One doubt, when we use AsNoTracking in EF, we need to call it at beggining or end of query?

Ответить
@makemeafirewall
@makemeafirewall - 06.10.2023 18:16

The reason you said you register the ArticleViewsService as scoped is because IRequestClient is also scoped, how is it possible to generally check by DI container and the dependency chain to make sure I don't do anything funny in the registration I wasn't supposed to do?
Is there a tool to see all the DI chain or the places where things are not using the same registration type?

Ответить
@balajisairamnarasimhan
@balajisairamnarasimhan - 06.10.2023 16:48

Can we use mass transit if we are making this cloud native microservices ? Benefit of using mass transit ?

Ответить
@GeoffSeeley
@GeoffSeeley - 06.10.2023 16:00

You should probably handle timeouts for Requests as well because there is no guarantee you'll get a Response. This is one of the fun things about Event driven systems 🙂

Ответить
@amitkumdixit
@amitkumdixit - 06.10.2023 15:53

Don't see any added benefit in this use case. One more failure point in the response cycle.

Ответить
@dcernach
@dcernach - 06.10.2023 14:47

Great video! Please consider creating a series of videos about MassTransit, with a focus on topics like State Machines, Routing Slips, and more. MassTransit is a fantastic library to be used within microservices!

Ответить
@musazulu7013
@musazulu7013 - 06.10.2023 14:31

Excellent video @MilanJonovicTech, is it possible to get a tutorial about Kafka

Ответить