Hossam

30%
Flag icon
So how do we fix things here? Well, we need to make a change in two places. First, we need to stop the finance code from reaching into the line item table, as this table really belongs to the catalog code, and we don’t want database integration happening once catalog and finance are services in their own rights. The quickest way to address this is rather than having the code in finance reach into the line item table, we’ll expose the data via an API call in the catalog package that the finance code can call. This API call will be the forerunner of a call we will make over the wire, as we see ...more
Hossam
Foreign Key breaking in MS
Building Microservices: Designing Fine-Grained Systems
Rate this book
Clear rating