Gopher in an Event-Driven playground

hong
hong Guest Posts: 480 ✭✭✭✭✭
edited March 2022 in General Discussions #1

In this Conf42 Golang 2022 talk, @Tamimi gives a high-level overview of what an Event-Driven Architecture (EDA) is and its relevance to the real-world use cases. He shows how one can adopt a protocol and language agnostic event-driven architecture using GoLang.

Watch the video to understand:

  • Asynchronous Event APIs vs Synchronous REST APIs
  • The challenges with using EDA when it comes to different messaging protocols and open standard messaging APIs
  • Using messaging APIs in GoLang to integrate Go microservices in EDA

https://www.youtube.com/watch?v=XBkBpFYAHiw&t=133s

Tagged: