20210223 Golang meetup - 輕鬆「Go」建事件驅動應用 by Ming Hsu
Golang meetup #56 event: https://www.meetup.com/golang-taipei-meetup/events/276423744/
Event-driven architecture 在近幾年越來越受關注,它不僅幫助我們解耦服務組件、反轉依賴,更可提高系統的 throughput,大幅提升了擴展性。
本次主題會講解 Event-driven 的核心概念,簡介幾種常見的分佈式消息系統,並展示如何輕鬆用 Golang 實作 event-driven application,幫助大家能更快理解。