Fork me on GitHub
#sql
<
2021-11-02
>
pinealan01:11:53

anyone know how to do Pub/Sub on postgresql in clojure?

dcj15:11:24

I've yet to do this, although I've been wanting to for years.... A search for some combination of postgres, listen/notify, JDBC, Clojure should turn up some clues/snippets If you are are already using Kafka, or are willing to, you might want to take a hard look at https://debezium.io, which AFAICT integrates with Postgres to publish DB table changes into Kafka topic messages.