Implemented the Logical Streaming Replication thing are working fine I see
the XLogData message appearing and I'm able to parse them.
But I haven't see any "Primary Keepalive message" yet. I had tried setting
the *tcp_keepalive_interval*, *tcp_keepalives_idle* both from client
runtime paramter an
I forgot to mention the plugin I have been using along with logical
replication
its wal2json.
On Friday, September 13, 2019, Virendra Negi wrote:
> Implemented the Logical Streaming Replication thing are working fine I see
> the XLogData message appearing and I'm able to parse them
sible,
to avoid a timeout disconnect. 0 otherwise.
The receiving process can send replies back to the sender at any time,
using one of the following message formats (also in the payload of a
CopyData message):
On Sun, Sep 15, 2019 at 7:39 PM Michael Loftis wrote:
>
>
> On Fri, Sep 13
Oh I miss the documentation link there you go
https://www.postgresql.org/docs/9.5/protocol-replication.html
On Sun, Sep 15, 2019 at 8:05 PM Virendra Negi wrote:
> Agreed but why is there a message specification for it describe in the
> documentation and it ask to client reply bac