OrderCreated(order_id=23)
UserLoggedIn(user_id=342)
etc.
I guess you are sending the whole user object over the event bus? Isnt that an anti-pattern?
OrderCreated(order_id=23)
UserLoggedIn(user_id=342)
etc.
I guess you are sending the whole user object over the event bus? Isnt that an anti-pattern?