HackerTrans
トップ新着トレンドコメント過去質問紹介求人

coldilocks

no profile record

コメント

coldilocks
·5 年前·議論
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.