Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ModularCRM to test LocalDistributedEventBus. #285

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

maliming
Copy link
Member

@maliming maliming commented Feb 4, 2025

  • ModularCrm: A monolithic app uses EF Core(SQL Server) and reference the modularcrm.ordering and modularcrm.products in it.
  • modularcrm.ordering: The ordering module uses MongoDB
  • modularcrm.products: The products module uses EF Core(SQL Server)

The ModularCrm uses LocalDistributedEventBus with outbox/inbox to deliver distributed messages.

  1. Submit the order in ModularCrm
  2. The ordering module creates an order and publishes an OrderPlacedEto event.
  3. The products module handles the OrderPlacedEto event and reduces the stock count.

image


Waiting abpframework/abp#21965

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant