Event Driven Architecture In this article you'll learn the core concepts of EDA. In next section you'll walk through the implementation of a simple EDA use case Project. Lets start with some basic questions and understanding ... Have you ever developed an event-driven application or heard about this architectural approach? You might be surprised to learn that you may be using it even if you've never heard of it! In this we will try to learn and understand what EDA architecture is, why it was created, what its components are, and how it is used in the ecosystem. Let’s understand this little bit , Service-based architectures, like microservices or SOA, are commonly built with synchronous request-response protocols. This approach is very natural. It is, after all, the way we write programs: we make calls to other code modules, await a response, and continue. It also fits closely with a lot of use cases we see each day: front-facing we...
Comments
Post a Comment