0

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
  • that's exactly what i need please mention it as answer Commented Apr 24, 2017 at 12:46

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

1 Comment

The link is returning 404!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.