I across the article below, and want to find out exactly how full event sourcing pattern can prevent the issue of losing event when publishing domain event to event bus.
For this scenario, using the full Event Sourcing (ES) pattern is one of the best approaches, if not the best.
Specifically, the scenario is that Catalog microservice updated a product price and published a ProductPRiceChanged event. How can full ES prevent loss of that event.