MassTransit still active... i thought many of the alternative messaging frameworks back in 2009 would win before you but you obviously survived them all:) congrats
@joanmartinez3442 жыл бұрын
Unfortunately....
@meJevin2 жыл бұрын
@@joanmartinez344 I’ve seen other comments from you which gave me the vibe that you don’t like mass transit. If that’s true could you elaborate? I’ve been using it on a pretty basic level in my opinion, so maybe I’m on a wrong path. Mind sharing some experience?
@TS-yf8hq3 жыл бұрын
Finally! This allows me to send messages from a Blazor app and than have a desktop app start an instance of auto desk inventor and automatically create a 3d model and drawing! If I were Thanos this would be my 6th infinity stone! Thank you 🙏🏾
@richardsimpson77662 жыл бұрын
So it didn't work. When the database was down, he got a (false 202) , then went to GET and got a 500, once the db was back up, he submit it again... Dah!!! So what was the point...
@keithnicholas2 жыл бұрын
I don't know why he did that, he should have done the "get" first. More of a demo failure, the system would have put the entity into the db when the db came back
@0i0l0o Жыл бұрын
@@keithnicholas exactly
@0i0l0o Жыл бұрын
he did not have to submit again, i think it would work without that
@kdakan Жыл бұрын
I don't like this saga implementation, that is coupled with entity framework. I looked at the code repo and there is no add remove update or query code there, these all happen auto-magically, which is an alert sign for me. What if I want to do a custom query, use a repo pattern, use a non-guid id, etc.? I used masstransit in the past with rabbitmq, without the saga, and it was fine, but still it wasn't necessary imho, I could have just used rabbitmq directly.
@coderider30222 жыл бұрын
It’s a great tool. BUT way too much boiler plate to setup and logging isn’t clear enough. I wasted days and days on this and in future, I would just use the azure messaging packages instead.
@grupomexcomer3 жыл бұрын
Is there a way to get the code in GIT? Thanks
@anandjaisy3 жыл бұрын
Can we get the repo url for this, thanks
@koktbarilla25683 жыл бұрын
I never undertood this argument, what if the message broker is down then XD ?
@zeamessaoud3 жыл бұрын
Nothing will work :D The goal is to take advantage of async messaging
@koktbarilla25682 жыл бұрын
@@zeamessaoud I like the messaging approach alot but I don't like when people use the "what if the database is down" argument.
@koronci2 жыл бұрын
is actually simple cause all the services will still work and the message broker will just get restarted..unlike with a monolith where when its down its down nothing will work and the likelihood that the message broker is down is close to 0. The issues are more in the network if you will but you will still have eventual consistency
@koktbarilla25682 жыл бұрын
@@koronci Ehm no, in this example if the message broker is down you cannot create new orders. The likelihood that the database is down is just as small as the likelihood that the message broker is down.
@ram628362 жыл бұрын
Message broker offers fault tolerance out of the box. And they enable other service in the system to listen to the event and process parallelly.
@jinalpatel91543 жыл бұрын
Is there anyway to get source code for this ?
@joanmartinez3442 жыл бұрын
Try.... 🙂
@gds03_2 жыл бұрын
couldn't find the code.
@pawestanek17883 жыл бұрын
That's great that we can hear you again! Keep up producing your awesome videos. Thank you for your effort.
@goqsane3 жыл бұрын
Keep on* :)
@gaming4fun4193 жыл бұрын
Yes! I've missed your videos =) not the best quality of audio and a green screen would make your head less wobbly but as always the content is top notch.
@PhatBoyG3 жыл бұрын
StreamYard isn't my first choice, but it worked. So I worked with what I had!
@johnmorsley2 жыл бұрын
Something that always makes me laugh is don't these presenters know about presentation mode for PowerPoint!?
@frankbanini88842 жыл бұрын
This is overly complicated stuff
@Killputin7772 жыл бұрын
your name cover half of the screen, man... be humble
@joanmartinez3442 жыл бұрын
Humble...He's not really...
@flaviucristian36582 жыл бұрын
Here is the code repo: github.com/phatboyg/Sample-DotNetConf