Hacker News new | ask | show | jobs
by DeathArrow 1693 days ago
I wouldn't integrate through a database but I wouldn't refuse to integrate through a distributed cache.

Anyway using REST for inter services communication decreases performance and increases latency and 99% of projects still do it.

1 comments

Curious what makes a cache better to you.
It would be faster and I still get to keep microservices from accessing the data they don't need or shouldn't access.

But I rather use RPC for communication.