Hacker News new | ask | show | jobs
by beachy 3651 days ago
That kind of sounds like a microservices anti-pattern in disguise. Its thought by many to be bad practice for microservices to share a common database. But that's pretty much what you're doing, but just with an API instead of jdbc for the access.
1 comments

An API is much easier to version-control, automatically check for compatibility and so on.