Say I have an Aggregate call JobSeeker and another one that is called ResumeBank that contains a collection of resumes and is associated with a JobSeeker.
The business problem: When I create a JobSeeker I also need to create a ResumeBank that is associated with that JobSeeker.
Should I create a Domain Service that orchestrates this or should I use eventual consistency?