|
|
|
|
|
by throw1234651234
1004 days ago
|
|
Way too little to justify event-driven architecture (let alone Kafka specifically), unless you have some specialized need like very slow event processing and need to display a "message received" notification to user before the processing happens. Or you really need the retry functionality and can't handle it some other ways. Most businesses have no (hue hue) business doing event driven architecture. There is way too much overhead for local testing and overall complexity, especially when you want to properly handle errors. "But, every developer should be able to set up their local." Yea, great, explain to the manual QA who may be amazing but just started 3 months ago. |
|