Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Sounds like a change data capture problem. Consider using Debezium, my team was able to use the standalone java engine to connect to a Postgres DB and stream (within the context of the Java app, not an external kafka stream) insert/update/delete events. You could filter those events and apply your notification and other logic to the filtered events.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: