Across services you usually trade strong consistency for eventual consistency, and lean on CQRS and event sourcing to make that practical and correct.
Eventual consistency
After a change, replicas converge "soon" rather than instantly. Acceptable for most business flows (an inventory count can lag a second), unacceptable for some (a bank balance check).
