I have concern when handling communication between Frontend and Backend in Event-Driven Microservices architecture:
Use case: User creates new product then he go to product list to check. The flow will be as below
My question is how the UI handle product list in this case? The new product may not be present because the read side haven't processed new product event.