Re: [GENERAL] JDBC: logical replication and LSN feedback

2017-09-20 Thread Yason TR
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

Re: [GENERAL] JDBC: logical replication and LSN feedback

2017-09-20 Thread Dave Cramer
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

Re: [GENERAL] JDBC: logical replication and LSN feedback

2017-09-19 Thread Yason TR
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

Re: [GENERAL] JDBC: logical replication and LSN feedback

2017-09-19 Thread Achilleas Mantzios
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;

[GENERAL] JDBC: logical replication and LSN feedback

2017-09-19 Thread Yason TR
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;