gsql-general@postgresql.org" , List
Subject: Re: [GENERAL] JDBC: logical replication and LSN feedback
+list
First off you are going to get considerably better response from the JDBC list or our github project.
Looking at the code; in order to ensure the backend has recei
sure.
>
> Thanks a lot and kind regards,
>
> Yason TR
>
> *Sent:* Tuesday, September 19, 2017 at 4:14 PM
> *From:* "Achilleas Mantzios"
> *To:* pgsql-general@postgresql.org
> *Subject:* Re: [GENERAL] JDBC: logical replication and LSN feedback
> On 19/09/2017
illeas Mantzios"
To: pgsql-general@postgresql.org
Subject: Re: [GENERAL] JDBC: logical replication and LSN feedback
On 19/09/2017 16:37, Yason TR wrote:
> Hi all,
>
> I am developing an application which connects to a logical replication slot, to consume the WAL events. These WAL events
On 19/09/2017 16:37, Yason TR wrote:
Hi all,
I am developing an application which connects to a logical replication slot, to
consume the WAL events. These WAL events are then forwarded to a MQ broker.
The heart of the code can be seen as:
while (true) {
Connection connection = null;
Hi all,
I am developing an application which connects to a logical replication slot, to
consume the WAL events. These WAL events are then forwarded to a MQ broker.
The heart of the code can be seen as:
while (true) {
Connection connection = null;
PGReplicationStream stream = null;