I'm recently working on a legacy system. Which don't have detailed design document well reserved.
Inside the system, there is a Object-Relationship Mapping library we made many years ago. And it has a subscribe-notify mechanism. Clients (from different process) can subscribe a table so that if there is any change, they will be notified. The system heavily rely on this.
Since nobody in the team can answer this, I want to ask the community, is that a common practice for ORM? What will be alternative means to response data changes?