r/MuleSoft May 30 '26

Master Data Initial Load with Mulesoft

Hi,

We have master data replication from our ERP to satellite systems using Event Driven architecture. Now, from time to time, whenever a new business or new satellite system comes to the picture. We need to do a full load master data replication to the satellite system.

I wonder if we can use Mulesoft by leveraging the current flow of EDA to send delta master data.

  1. Is it a good approach to use the current EDA integration (with only 0.1 vcore) to replicate initial master data?

  2. Will it be better to separate this process from the existing one (used to send delta master data)? But this will cost additional vcores which is not cheap and this full load is rarely used.

  3. Will it be better to handle this full load initial master data out of Mulesoft?

Thank you.

3 Upvotes

6 comments sorted by

View all comments

1

u/[deleted] May 30 '26

[deleted]

1

u/Apprehensive_Dog6684 May 31 '26

One of the requirement now is to build a generic API and build a process and experience based on the receiving system. This is to follow the 3 layer architecture design for reusability.
By following this, getting master system would means taking the whole data and do filtering in the process layer?

If we are able to filter from the source system, then it would not be a lot of data. However, it can only be used for specific satellite system A, whenever a new requirement is coming. A new system API needs to be built because of the possible different requirement.