Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    How are the services currently ensuring that the duplicated information is consistent? Or will the duplication be a result of the split into microservices? Commented Oct 1, 2019 at 12:50
  • There is currently a lot of duplicated information. Right now a unique ID is created when someone adds a file to the system (via a webapp that shares the SS database) a unique ID is created, the same info and the new ID is passed to FS which stores it in it's database. If the attempt to save the data to FS fails then the record in SS is deleted and the end user is notified that the upload failed. It is possible for some one with direct db access to cause a mismatch by adding/deleting records manually. This is also something we want to address as much as possible with the fix. Commented Oct 1, 2019 at 13:16