Is there a way I can use PostgreSQL logical replication and consume the results with a Java application in real time? If yes any ideas, tutorials to start?
1 Answer
The manual of the Postgres JDBC driver documents the integration with logical replication.
It also contains examples on how to use it:
https://jdbc.postgresql.org/documentation/head/replication.html
1 Comment
Tiago Stapenhorst
The link is returning 404!