You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I create new consumer in Consumer Service, there is no entry added to "received_messages" table in Accounting Service.
The domain event is subscribed to and consumed successfully by Accounting Service (new Account is created).
In contrast, when you create a new Restaurant in Restaurant service, then an entry is added to "received_messages" table on the Order Service side.
Is this difference connected with the fact that Accounting service is using Event Sourcing?
My expectation is that is should use "received_messages" inbox in the same way for discarding of duplicate incoming messages, so upon receiving of domain event in Accounting Service, it should insert an entry into this table.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
if I create new consumer in Consumer Service, there is no entry added to "received_messages" table in Accounting Service.
The domain event is subscribed to and consumed successfully by Accounting Service (new Account is created).
In contrast, when you create a new Restaurant in Restaurant service, then an entry is added to "received_messages" table on the Order Service side.
Is this difference connected with the fact that Accounting service is using Event Sourcing?
My expectation is that is should use "received_messages" inbox in the same way for discarding of duplicate incoming messages, so upon receiving of domain event in Accounting Service, it should insert an entry into this table.
Thanks.
The text was updated successfully, but these errors were encountered: