Re: Spark with parallel processing and event driven architecture

2022-01-16 Thread Mich Talebzadeh
Hm, perhaps some intro will help. An event is a change in state, or an update of some key business system. An event-driven architecture (EDA) consists of an event producer, an event consumer, and an event broker. If we follow this line of thought, an event is a primitive construct that travels

Spark with parallel processing and event driven architecture

2022-01-14 Thread ashok34...@yahoo.com.INVALID
Hi gurus, I am trying to understand the role of Spark in an event driven architecture. I know Spark deals with massive parallel processing. However, does Spark follow event driven architecture like Kafka as well? Say handling producers, filtering and pushing the events to consumers like