This quote really hit home : We can measure the success of our microservices, by the numbers of consumers that subscribe to its events. Just emiting events is not enough , having useful information to be shared and enriching it are indeed something we need to think about.
@AdamSouquieres10 ай бұрын
As usual, I really feel that you manage to put some structure and words on some of my practices. Must see video.
@Ultramini9 ай бұрын
Thank you, that was a great journey through the topic and you were a really enjoyable host.
@ghoshsuman94956 ай бұрын
Please explain how the event enrichments is happening in event driven microservices
@ramananthiru98889 ай бұрын
OMG!! Great content writing !!
@kfliden9 ай бұрын
Great video! One thing I'm struggling with a bit is in a case where one provides a public rest API with a synchronous calls, will that hide a event-driven architecture that's backing it, where one call to the API kicks off an event flow which has to complete the and terminate at a consumer to be returned by the original API request?