impossibl / pgjdbc-ng

A new JDBC driver for PostgreSQL aimed at supporting the advanced features of JDBC and Postgres
https://impossibl.github.io/pgjdbc-ng
Other
596 stars 108 forks source link

[Question] Can I use this library to read postgres' WAL i.e. read logical replication stream? #560

Open asad-awadia opened 2 years ago

asad-awadia commented 2 years ago

https://jdbc.postgresql.org/documentation/head/replication.html

Can I use this to get a stream of changes easily?

davecramer commented 2 years ago

You can use the pgjdbc library which the link above refers to. Not sure about this one.

asad-awadia commented 2 years ago

@davecramer right.. but then I will have two libraries to interact with PG..

davecramer commented 2 years ago

can't help ya, I only work on one of them

asad-awadia commented 2 years ago

@kdubb