Hey,
I have 2 schemas for 2 microservices
one with user, admin and owner data with address
other with orders data which contains the address i dont want to have 2 tables for address i.e one in 1st service and other in second
i can take address from users microservice to orders but cant seem to figure this without duplication in orders address
is there any way to solve this