I wanted to implement a use case where the database will publish new records as and when they are inserted into the database.
What i am trying to achieve is like a websocket subscription.
I have witnessed such a functionality using reactive stream, wherein the narrator was able to display records as and when they were being inserted into db .
I am searching for resources for the same ...