Primary keepalive message not appearing in Logical Streaming Replication

Virendra Negi <[email protected]> Fri, 13 Sep 2019 19:40:14 +0530
Newsgroups gmane.comp.db.postgresql.novice
Message-ID <CAAhTPorsWpy932M5QmxZ107gLYggsMxCeF7Mf3=2bh__J0Utxg@mail.gmail.com>
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 and well as from postgresql.conf still no clue of it.

Any information around it?

If it help I had use the wal2json shared_libraries to send json data across
in the stream.