|
|
|
|
|
by dinvlad
1439 days ago
|
|
I think strong versioning in event-driven arch is a must, to avoid strong coupling. Otherwise, it becomes even worse than "normal" call-driven service arch, because it's already plenty hard to find all of the receivers, and if they don't use strong versioning then it's so easy to break them all with one change in the sender. |
|
And I think there's a case to be made for cleaning up handlers for old versions after a certain time in prod of course.